]> git.mxchange.org Git - friendica.git/blobdiff - include/network.php
reformat todo according to doxygen style
[friendica.git] / include / network.php
index d0217e2a084fb45019788a7f49f6c89d991bc11d..ac5191b259c876306ebd8ae898b94a52cdbc0540 100644 (file)
@@ -587,7 +587,7 @@ function lrdd($uri, $debug = false) {
        $lines = explode("\n",$headers);
        if(count($lines)) {
                foreach($lines as $line) {
-                       // TODO alter the following regex to support multiple relations (space separated)
+                       /// @TODO Alter the following regex to support multiple relations (space separated)
                        if((stristr($line,'link:')) && preg_match('/<([^>].*)>.*rel\=[\'\"]lrdd[\'\"]/',$line,$matches)) {
                                $pagelink = $matches[1];
                                break;