Merge pull request #3042 from rabuzarus/20161223_-_todo_doxygen

correct doxygen @todo
This commit is contained in:
Michael Vogel 2016-12-24 12:48:23 +01:00 committed by GitHub
commit 498d265934
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ class Probe {
!isset($parts["path"])) !isset($parts["path"]))
return false; return false;
// todo: Ports? /// @todo: Ports?
$host = $parts["host"]; $host = $parts["host"];
if ($host == 'twitter.com') if ($host == 'twitter.com')

View File

@ -1187,7 +1187,7 @@ function update_suggestions() {
$done = array(); $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'); poco_load(0,0,0,App::get_baseurl() . '/poco');
$done[] = App::get_baseurl() . '/poco'; $done[] = App::get_baseurl() . '/poco';