From 09c558d105178a0fa2c27940d90045fbc0c1a79d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 21 Aug 2010 08:17:01 +0000 Subject: [PATCH] Too much indirection in aliases doesn't seem to work with my version of Doxygen --- maintenance/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" \ -- 2.20.1