Change from global to parameter.
[lhc/web/wiklou.git] / maintenance / Doxyfile
index 2f61414..f361138 100644 (file)
@@ -135,7 +135,7 @@ FILE_PATTERNS          = *.c \
 RECURSIVE              = YES
 EXCLUDE                = 
 EXCLUDE_SYMLINKS       = YES
-EXCLUDE_PATTERNS       = LocalSettings.php AdminSettings.php
+EXCLUDE_PATTERNS       = LocalSettings.php AdminSettings.php StartProfiler.php .svn {{EXCLUDE}}
 EXAMPLE_PATH           = 
 EXAMPLE_PATTERNS       = *
 EXAMPLE_RECURSIVE      = NO
@@ -290,7 +290,7 @@ ALIASES =   "type{1}=<b> \1 </b>:" \
                "string=\type{String}" \
                "str=\string" \
                "mixed=\type{Mixed}" \
-               "access=\n<b> Access </b>:\n" \
+               "access=\par Access:\n" \
                "private=\access private" \
                "protected=\access protected" \
                "public=\access public"
\ No newline at end of file