From: rabuzarus <> Date: Fri, 23 Dec 2016 17:31:42 +0000 (+0100) Subject: correct doxygen @todo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e95337e9ae04f0535877ea3dc550eec74a21bb94;p=friendica.git correct doxygen @todo --- diff --git a/include/Probe.php b/include/Probe.php index 5c2ba86ccd..6145daaaae 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -324,7 +324,7 @@ class Probe { !isset($parts["path"])) return false; - // todo: Ports? + /// @todo: Ports? $host = $parts["host"]; if ($host == 'twitter.com') diff --git a/include/socgraph.php b/include/socgraph.php index 135d759bfd..64f78b4585 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -1187,7 +1187,7 @@ function update_suggestions() { $done = array(); - /// TODO Check if it is really neccessary to poll the own server + /// @TODO Check if it is really neccessary to poll the own server poco_load(0,0,0,App::get_baseurl() . '/poco'); $done[] = App::get_baseurl() . '/poco';