Add a descriptive message for rows/cols of Special:Preferences#Editing
[lhc/web/wiklou.git] / maintenance / Doxyfile
index 9d97b32..cdc748d 100644 (file)
@@ -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