From: Niklas Laxström Date: Sat, 21 Aug 2010 08:17:01 +0000 (+0000) Subject: Too much indirection in aliases doesn't seem to work with my version of Doxygen X-Git-Tag: 1.31.0-rc.0~35415 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=09c558d105178a0fa2c27940d90045fbc0c1a79d;p=lhc%2Fweb%2Fwiklou.git Too much indirection in aliases doesn't seem to work with my version of Doxygen --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index f361138daa..31334985f1 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -284,11 +284,11 @@ ALIASES = "type{1}= \1 :" \ "arrayof{2}= Array 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" \