Starts a conditional documentation section if the previous section was not enabled. A conditional section is disabled by default. To enable it you must put the section-label after theENABLED_SECTIONStag in the configuration file. Conditional blocks can be nested. A nested section is only enabled ...
Starts a conditional documentation section if the previous section was not enabled. A conditional section is disabled by default. To enable it you must put the section-label after theENABLED_SECTIONStag in the configuration file. Conditional blocks can be nested. A nested section is only enabled ...
另外还可以根据C或者C++源代码生成对应的API文档,尤其是生成html格式的话就更方便了。
# The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by /if sectionname ... /endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear ...
ENABLED_SECTIONS//允许分段显示 EXAMPLE_PATH//例子路径 EXAMPLE_PATTERNS//例子用的文件格式(*.cpp, *.h , *.java等) EXAMPLE_RECURSIVE//例子递归 EXCLUDE//可执行文件 EXCLUDE_PATTERNS//可执行文件格式(*.exe, *.dll等) EXCLUDE_SYMLINKS//可执行的SYMLINKS EXPAND_AS_DEFINED//规定的扩展 EXPAND_ONLY_PRE...
ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES SHOW_DIRECTORIES = NO SHOW_FILES = YES SHOW_NAMESPACES = YES FILE_VERSION_FILTER = LAYOUT_FILE = #--- # configuration options related to warning and progress messages #--- #让 doxygen 静悄悄地为你生成文档,只有...
ENABLED_SECTIONS // 允许 分段 显示 EXAMPLE_PATH // 例子路径 EXAMPLE_PATTERNS // 例子用的文件格式( *.cpp, *.h , *.java 等) EXAMPLE_RECURSIVE // 例子 递归 EXCLUDE // 可执 行文件 EXCLUDE_PATTERNS // 可执 行文件格式(*.exe, *.dll 等) EXCLUDE_SYMLINKS // 可执 行的 SYMLINKS EXPAND_...
ENABLED_SECTIONS//允许分段显示 EXAMPLE_PATH//例子路径 EXAMPLE_PATTERNS//例子用的文件格式(*.cpp,*.h,*.java等) EXAMPLE_RECURSIVE//例子递归 EXCLUDE // 可执行文件 EXCLUDE_PATTERNS//可执行文件格式(*.exe,*.dll等) EXCLUDE_SYMLINKS//可执行的SYMLINKS ...
ENABLED_SECTIONS tag can be used to enable conditional documentation # sections marked by \if ... \endifand \cond # .. \endcond blocks. ENABLEDSECTIONS = # TheMAX_INITIALIZER_LINES tag determines the maximum number of lines that the # initialvalue of a variable or macro ...
DOXYFILE_ENCODING=GBK PROJECT_NAME=REPEATER PROJECT_NUMBER=1.0 OUTPUT_DIRECTORY=D:\desktop\KK\DOC CREATE_SUBDIRS=NO OUTPUT_LANGUAGE=Chinese BRIEF_MEMBER_DESC=YES REPEAT_BRIEF=YES ABBREVIATE_BRIEF="The$nameclass"\ "The$namewidget"\ "The$namefile"\ is\ provides\ specifies\ contains\ represents\ ...