From cebdff475e699fb1a91ff7f308786044990e4ef8 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Mon, 20 Oct 2008 04:25:19 +0000 Subject: [PATCH] Oops, committed in includes. This has the rest of the changes. --- maintenance/Doxyfile | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index e221692acb..9d97b32d0b 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -43,20 +43,6 @@ DETAILS_AT_TOP = NO INHERIT_DOCS = YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 8 -ALIASES = \ - "type{1}=\1:" \ - "twotypes{2}=\1 or \2:" \ - "threetypes{3}=\1, \2, or \3:" \ - "arrayof{1}=Array of \1" \ - "null=Null" \ - "boolean=Boolean" \ - "bool=\boolean" \ - "integer=Integer" \ - "int=\integer" \ - "string=String" \ - "str=\string" \ - "array=Array" \ - "mixed=Mixed" OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO BUILTIN_STL_SUPPORT = NO @@ -291,3 +277,16 @@ DOT_CLEANUP = YES # Configuration::additions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO + +ALIASES = "type{1}= \1 :" \ + "2types{2}= \1 or \2 :" \ + "3types{3}= \1 , \2 , or \3 :" \ + "arrayof{2}= Array of \2" \ + "null=\type{Null}" \ + "boolean=\type{Boolean}" \ + "bool=\boolean" \ + "integer=\type{Integer}" \ + "int=\integer" \ + "string=\type{String}" \ + "str=\string" \ + "mixed=\type{Mixed}" \ No newline at end of file -- 2.20.1