Some more little documentation

This commit is contained in:
Michael Vogel 2016-07-11 19:48:37 +02:00
parent aad3fb2d32
commit ee7f10f130

View file

@ -408,7 +408,9 @@ class Probe {
} }
/** /**
* @brief Do a webfinger request. For details see RFC 7033: <https://tools.ietf.org/html/rfc7033> * @brief Perform a webfinger request.
*
* For details see RFC 7033: <https://tools.ietf.org/html/rfc7033>
* *
* @param string $url Address that should be probed * @param string $url Address that should be probed
* *
@ -460,9 +462,10 @@ class Probe {
} }
/** /**
* @brief Poll the noscrape page (Friendica specific) * @brief Poll the Friendica specific noscrape page.
* *
* "noscrape" is a faster alternative to fetching the data from the hcard. * "noscrape" is a faster alternative to fetch the data from the hcard.
* This functionality was originally created for the directory.
* *
* @param string $noscrape Link to the noscrape page * @param string $noscrape Link to the noscrape page
* @param array $data The already fetched data * @param array $data The already fetched data