More sensible semantics for pipe trick with section links after r62076
[lhc/web/wiklou.git] / maintenance / Doxyfile
index 9d97b32..db737bf 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 .svn {{EXCLUDE}}
 EXAMPLE_PATH           = 
 EXAMPLE_PATTERNS       = *
 EXAMPLE_RECURSIVE      = NO
@@ -279,8 +279,8 @@ DOT_CLEANUP            = YES
 SEARCHENGINE           = NO
 
 ALIASES =      "type{1}=<b> \1 </b>:" \
-               "2types{2}=<b> \1 </b> or <b> \2 </b>:" \
-               "3types{3}=<b> \1 </b>, <b> \2 </b>, or <b> \3 </b>:" \
+               "types{2}=<b> \1 </b> or <b> \2 </b>:" \
+               "types{3}=<b> \1 </b>, <b> \2 </b>, or <b> \3 </b>:" \
                "arrayof{2}=<b> Array </b> of \2" \
                "null=\type{Null}" \
                "boolean=\type{Boolean}" \
@@ -289,4 +289,8 @@ ALIASES =   "type{1}=<b> \1 </b>:" \
                "int=\integer" \
                "string=\type{String}" \
                "str=\string" \
-               "mixed=\type{Mixed}"
\ No newline at end of file
+               "mixed=\type{Mixed}" \
+               "access=\par Access:\n" \
+               "private=\access private" \
+               "protected=\access protected" \
+               "public=\access public"
\ No newline at end of file