From ee7f10f13086be1eaca5380942f1639773cfc9f2 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 11 Jul 2016 19:48:37 +0200 Subject: [PATCH] Some more little documentation --- include/Probe.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/Probe.php b/include/Probe.php index 8d4103aff1..7cda542d0b 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -408,7 +408,9 @@ class Probe { } /** - * @brief Do a webfinger request. For details see RFC 7033: + * @brief Perform a webfinger request. + * + * For details see RFC 7033: * * @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 array $data The already fetched data