X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile-chm;h=208cb7a5d6f649243275677004ea638c1b0f65b7;hb=16f5f1e3b80a45b38fcd6d1751ab82606976fe2e;hp=c74a018f2e92da21e3f41586e539dd2ae305bc50;hpb=dee2d8a24e84bec51a3dec2b4b2955517c254c1d;p=bertos.git diff --git a/Doxyfile-chm b/Doxyfile-chm index c74a018f..208cb7a5 100644 --- a/Doxyfile-chm +++ b/Doxyfile-chm @@ -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 = doc/reference +OUTPUT_DIRECTORY = doc/offline-reference # 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 @@ -217,7 +217,8 @@ OPTIMIZE_OUTPUT_VHDL = NO # use: inc=Fortran f=C. Note that for custom extensions you also need to set # FILE_PATTERNS otherwise the files are not read by doxygen. -EXTENSION_MAPPING = +# commented, generates warnings with old version of doxygen +#EXTENSION_MAPPING = # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should @@ -577,7 +578,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ README.bertos \ - *.c + *.c \ + STATUS # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -593,7 +595,9 @@ EXCLUDE = doc \ CVS \ .svn \ qtext/qextftp.cpp \ - wizard + wizard \ + testout \ + testout.old # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -652,7 +656,7 @@ IMAGE_PATH = # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = "python doc/wizard-tag-filter.py" +INPUT_FILTER = "python doc/tag-filter.py" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the @@ -902,18 +906,21 @@ QHP_VIRTUAL_FOLDER = doc # For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters -QHP_CUST_FILTER_NAME = +# commented, generates warnings with old version of doxygen +#QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see # Qt Help Project / Custom Filters. -QHP_CUST_FILTER_ATTRS = +# commented, generates warnings with old version of doxygen +#QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's # filter section matches. # Qt Help Project / Filter Attributes. -QHP_SECT_FILTER_ATTRS = +# commented, generates warnings with old version of doxygen +#QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. @@ -1045,7 +1052,8 @@ LATEX_HIDE_INDICES = NO # Note that which sources are shown also depends on other settings # such as SOURCE_BROWSER. -LATEX_SOURCE_CODE = NO +# commented, generates warnings with old version of doxygen +#LATEX_SOURCE_CODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output @@ -1254,7 +1262,12 @@ PREDEFINED = __doxygen__ \ _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x \ - INLINE=inline + INLINE=inline \ + CONFIG_FAT_DRIVES=1 \ + CONFIG_KERN_PRI=1 \ + CONFIG_TIMER_EVENTS=1 \ + CONFIG_TIMER_UDELAY=1 \ + CONFIG_KERN_SIGNALS=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.