X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Doxyfile;h=6be206ce3951a00d4acc9f69a37adfeb928cf658;hb=ee815f831bee90aabe5c0634dc3b232848b627b2;hp=28b92c480bf55e9c1bd1363892d40cd210c29f9b;hpb=2fdf6f3ba7c30783ad29a05c42f3eae60ca66435;p=libfirm diff --git a/Doxyfile b/Doxyfile index 28b92c480..6be206ce3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = ./firm-doc +OUTPUT_DIRECTORY = build/doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -245,7 +245,7 @@ SIP_SUPPORT = NO # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. -IDL_PROPERTY_SUPPORT = YES +IDL_PROPERTY_SUPPORT = NO # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first @@ -286,7 +286,7 @@ TYPEDEF_HIDES_STRUCT = YES # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols -SYMBOL_CACHE_SIZE = 0 +SYMBOL_CACHE_SIZE = 2 #--------------------------------------------------------------------------- # Build related configuration options @@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = yes +EXTRACT_ALL = no # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -307,7 +307,7 @@ EXTRACT_PRIVATE = no # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -527,7 +527,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = NO +WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some @@ -557,7 +557,7 @@ WARN_FORMAT = "$file:$line: $text" # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = ./firm-doc/warnings +WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files @@ -1302,7 +1302,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = firm-doc/libfirm.tag +GENERATE_TAGFILE = build/doc/libfirm.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes