]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/DoxyfileHTML
added tutorial section about indexed objects
[ginac.git] / doc / reference / DoxyfileHTML
index 2f38c39ce13e896de38b5b7c9876148d9e390397..868b75361d9590423fc991e32ff56478f41e8ffa 100644 (file)
@@ -255,7 +255,7 @@ QUIET                  = NO
 # generated by doxygen. Possible values are YES and NO. If left blank 
 # NO is used. 
 
-WARNINGS               = YES
+WARNINGS               = NO
 
 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
@@ -425,7 +425,7 @@ DISABLE_INDEX          = NO
 # This tag can be used to set the number of enum values (range [1..20]) 
 # that doxygen will group on one line in the generated HTML documentation. 
 
-ENUM_VALUES_PER_LINE   = 2
+ENUM_VALUES_PER_LINE   = 4
 
 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
 # generated containing a tree-like index structure (just like the one that 
@@ -572,13 +572,13 @@ ENABLE_PREPROCESSING   = YES
 # compilation will be performed. Macro expansion can be done in a controlled 
 # way by setting EXPAND_ONLY_PREDEF to YES. 
 
-MACRO_EXPANSION        = NO
+MACRO_EXPANSION        = YES
 
 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
 # then the macro expansion is limited to the macros specified with the 
 # PREDEFINED and EXPAND_AS_PREDEFINED tags. 
 
-EXPAND_ONLY_PREDEF     = NO
+EXPAND_ONLY_PREDEF     = YES
 
 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
 # in the INCLUDE_PATH (see below) will be search if a #include is found. 
@@ -604,7 +604,8 @@ INCLUDE_FILE_PATTERNS = *.h
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed. 
 
-PREDEFINED             = 
+PREDEFINED             = "GINAC_DECLARE_REGISTERED_CLASS_NO_CTORS(class, base)=" \
+                         "GINAC_DECLARE_REGISTERED_CLASS(class, base)="
 
 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.