X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FCreateDoxygen.php;h=a4c565e327c67313a17875be9399ba0dd5a21644;hb=24a82110fd45a8422efee0677b7acc214aa66e9a;hp=0196839e3da9269a4c26d6892aa3974067a93c52;hpb=e17db489eee549f47c39c9b5494063476ed4aeb0;p=friendica.git diff --git a/src/Console/CreateDoxygen.php b/src/Console/CreateDoxygen.php index 0196839e3d..a4c565e327 100644 --- a/src/Console/CreateDoxygen.php +++ b/src/Console/CreateDoxygen.php @@ -1,11 +1,28 @@ . + * + */ namespace Friendica\Console; /** * Description of CreateDoxygen - * - * @author Hypolite Petovan */ class CreateDoxygen extends \Asika\SimpleConsole\Console { @@ -105,7 +122,7 @@ HELP; } /** - * @brief Adds a doxygen header + * Adds a doxygen header * * @param string $line The current line of the document * @@ -118,7 +135,7 @@ HELP; $space = substr($line, 0, $length); $block = $space . "/**\n" . - $space . " * @brief \n" . + $space . " * \n" . $space . " *\n"; /**/