X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2FDoxyfile;h=e3a3e36f1daf3faad2e5885be42dd333adafd0dc;hb=fdcb6d3c6f785ea588f3ce7db2659764032c114d;hp=c0092903125a5b95e7770d4bb1b4ae078190b4eb;hpb=b31c602e9b8fa580ee0e6a8afb9de1c761bf122c;p=friendica.git diff --git a/util/Doxyfile b/util/Doxyfile index c009290312..e3a3e36f1d 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -2,8 +2,8 @@ INPUT = README.md index.php boot.php testargs.php update.php mod/ object/ includ RECURSIVE = YES PROJECT_NAME = "Friendica" PROJECT_LOGO = images/friendica-64.jpg -EXCLUDE = .htconfig.php library/ doc/ .git/ log/ util/zotsh/easywebdav/ -EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test* +EXCLUDE = .htconfig.php library/ doc/ .git/ log/ util/zotsh/easywebdav/ addon/ report/ privacy_image_cache/ photo/ proxy/ local/ +EXCLUDE_PATTERNS = *smarty3* *strings.php*.log *.out *test* OUTPUT_DIRECTORY = doc GENERATE_HTML = YES HTML_OUTPUT = html/ @@ -21,3 +21,4 @@ ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" ALIASES += "FIXME=\fixme" ALIASES += "TODO=\todo" ALIASES += "BUG=\bug" +ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\""