From e95337e9ae04f0535877ea3dc550eec74a21bb94 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 23 Dec 2016 18:31:42 +0100 Subject: [PATCH] correct doxygen @todo --- include/Probe.php | 2 +- include/socgraph.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';