doc++.conf
来自「Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html」· CONF 代码 · 共 158 行
CONF
158 行
# Document alldocumentAll false# Use C/C++ comments as doc++-commentsuseNormalComments false# Parse HTML syntax, not only TeXHTMLSyntax false# Read a list of input files from this file# fileList# Parse Java instead of C/C++parseJava false# Ignore `#define' macrosignoreDefines false# Do not generate the class graphnoClassGraph false# Document private membersdocumentPrivateMembers false# Optimize for speed instead of sizeoptimizeForSpeed false# Activate Quantel extensions, folding & appended commentsquantelExtensions false# Generate internal documentationinternalDoc false# Generate TeX output instead of HTMLdoTeX false# Generate upwards arrows in class graphsupwardsArrows false# Turn verbose mode onverboseOperation false# Scan `#include'ed header filesscanIncludes false# Parse IDL instead of C/C++parseIDL false# Parse PHP instead of C/C++parsePHP false# Generate DocBook SGML output instead of HTMLdoDocBook false# List of input files# inputFiles## Additional options for HTML output## Use tables instead of descriptions listsuseTables false# Use tables with borders instead of descriptions listsuseTablesWithBorders false# Use this file as footer on HTML pages# footer# Set the output directoryoutputDir html# Show filenames in manual pagesshowFilenames false# Show filenames with path in manual pagesshowFilenamesWithPath false# Do not generate GIFS for equations, etc.noGifs false# Force generation of GIFsforceGifs false# Don't show inherited membersnoInheritedMembers false# Do not generate Java graphsnoJavaGraphs false# Keep trivial class graphstrivialGraphs false# Don't show members without documentation in DOC sectionnoMembers false# Show members in TOCshowMembersInTOC false# Discard general stuffdiscardGeneral false# Sort entries alphabeticallysortEntries false# Use this file as header on HTML pages# header# Print group documentation before groupgroupBeforeGroup false# Print class documentation before groupclassBeforeGroup false# Use this suffix for HTML pageshtmlSuffix .html# use this file as HTML style sheet# htmlStyleSheet## Additional options for TeX output## Only generate class graphonlyClassGraph false# Read TeX environment from this file# environment# Generate indexgenerateIndex false# Setup TeX style option# style# Use the following TeX packages# usePackage# Use the content of this file as TeX title page# title# Set minimum depth (number of levels) in TOCminimumDepth 1# Do not generate TeX environmentnoEnvironment false# Set output file name# outputFilename# Generate source code listinggenerateSourceListing false# Do not generate index when starting a new sectionhideIndex false
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?