X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FDoxyfile;h=2a0504667cb45efda790d5bed0c6086625257f1d;hb=3599ce72b0fe2594bd3ae8c902555040b8a91d28;hp=0c89c05c85eed76232bc7007d4f77f7008eab54f;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 0c89c05c85..2a0504667c 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -4,10 +4,10 @@ # doxygen (www.doxygen.org) for MediaWiki. # # Some placeholders have been added for MediaWiki usage: -# {{OUTPUT_DIRECTORY}} -# {{CURRENT_VERSION}} -# {{STRIP_FROM_PATH}} -# {{INPUT}} +# OUTPUT_DIRECTORY = {{OUTPUT_DIRECTORY}} +# CURRENT_VERSION = {{CURRENT_VERSION}} +# STRIP_FROM_PATH = {{STRIP_FROM_PATH}} +# INPUT = {{INPUT}} # # To generate documentation run: php mwdocgen.php --no-extensions @@ -165,26 +165,11 @@ FILE_PATTERNS = *.c \ *.odl \ *.cs \ *.php \ - *.php5 \ *.inc \ *.m \ *.mm \ *.dox \ *.py \ - *.C \ - *.CC \ - *.C++ \ - *.II \ - *.I++ \ - *.H \ - *.HH \ - *.H++ \ - *.CS \ - *.PHP \ - *.PHP5 \ - *.M \ - *.MM \ - *.PY \ *.txt \ README RECURSIVE = YES @@ -192,7 +177,6 @@ EXCLUDE = {{EXCLUDE}} EXCLUDE_SYMLINKS = YES EXCLUDE_PATTERNS = LocalSettings.php \ AdminSettings.php \ - StartProfiler.php \ .svn \ */.git/* \ {{EXCLUDE_PATTERNS}}