Too much indirection in aliases doesn't seem to work with my version of Doxygen
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Aug 2010 08:17:01 +0000 (08:17 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 21 Aug 2010 08:17:01 +0000 (08:17 +0000)
maintenance/Doxyfile

index f361138..3133498 100644 (file)
@@ -284,11 +284,11 @@ ALIASES = "type{1}=<b> \1 </b>:" \
                "arrayof{2}=<b> Array </b> of \2" \
                "null=\type{Null}" \
                "boolean=\type{Boolean}" \
-               "bool=\boolean" \
+               "bool=\type{Boolean}" \
                "integer=\type{Integer}" \
-               "int=\integer" \
+               "int=\type{Integer}" \
                "string=\type{String}" \
-               "str=\string" \
+               "str=\type{String}" \
                "mixed=\type{Mixed}" \
                "access=\par Access:\n" \
                "private=\access private" \