From 43699646d6a3d366a655be434655fc45ffa2e6c4 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 15 Jul 2016 11:46:19 +0200 Subject: [PATCH] API: use doxygen todo style --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/api.php b/include/api.php index e51942ca63..5a3e92bb88 100644 --- a/include/api.php +++ b/include/api.php @@ -2455,7 +2455,7 @@ $retweeted_status["user"] = api_get_user($a,$retweeted_item["author-link"]); } catch( BadRequestException $e ) { // user not found. should be found? - // TODO: check if the user should be found... + /// @todo check if the user should be always found $retweeted_status["user"] = array(); }