]> git.mxchange.org Git - friendica.git/commitdiff
correct doxygen @todo
authorrabuzarus <>
Fri, 23 Dec 2016 17:31:42 +0000 (18:31 +0100)
committerrabuzarus <>
Fri, 23 Dec 2016 17:31:42 +0000 (18:31 +0100)
include/Probe.php
include/socgraph.php

index 5c2ba86ccde08e0ec1a56926bc97f139859d9c99..6145daaaae5f7eea3dce174660a6cc84173bb58a 100644 (file)
@@ -324,7 +324,7 @@ class Probe {
                                !isset($parts["path"]))
                                return false;
 
-                       // todo: Ports?
+                       /// @todo: Ports?
                        $host = $parts["host"];
 
                        if ($host == 'twitter.com')
index 135d759bfda0115df81d9cc9e2d4ab7d595f6350..64f78b4585cc544fbc6c517b8c0e28cc13a3050a 100644 (file)
@@ -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';