]> git.mxchange.org Git - friendica.git/commitdiff
API: use doxygen todo style
authorfabrixxm <fabrix.xm@gmail.com>
Fri, 15 Jul 2016 09:46:19 +0000 (11:46 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Fri, 15 Jul 2016 09:46:19 +0000 (11:46 +0200)
include/api.php

index e51942ca63747e51b67e0909a227ad397fbdc0cb..5a3e92bb884d1d234d7c0213de0d3eb5d7d419d2 100644 (file)
                                                $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();
                                        }