Changeset 580:8ef9bffcc7a7 for doc
- Timestamp:
- 12/14/14 08:04:04 (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r579 r580 979 979 980 980 VERBATIM_HEADERS = YES 981 982 # If the CLANG_ASSISTED_PARSING tag is set to YES, then doxygen will use the983 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the984 # cost of reduced performance. This can be particularly helpful with template985 # rich C++ code for which doxygen's built-in parser lacks the necessary type986 # information.987 # Note: The availability of this option depends on whether or not doxygen was988 # compiled with the --with-libclang option.989 # The default value is: NO.990 991 CLANG_ASSISTED_PARSING = NO992 993 # If clang assisted parsing is enabled you can provide the compiler with command994 # line options that you would normally use when invoking the compiler. Note that995 # the include paths will already be set by doxygen for the files and directories996 # specified with INPUT and INCLUDE_PATH.997 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.998 999 CLANG_OPTIONS =1000 981 1001 982 #--------------------------------------------------------------------------- … … 1799 1780 MAN_EXTENSION = .3 1800 1781 1801 # The MAN_SUBDIR tag determines the name of the directory created within1802 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by1803 # MAN_EXTENSION with the initial . removed.1804 # This tag requires that the tag GENERATE_MAN is set to YES.1805 1806 MAN_SUBDIR =1807 1808 1782 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1809 1783 # will generate one additional man file for each entity documented in the real … … 1859 1833 1860 1834 DOCBOOK_OUTPUT = docbook 1861 1862 # If the DOCBOOK_PROGRAMLISTING tag is set to YES doxygen will include the1863 # program listings (including syntax highlighting and cross-referencing1864 # information) to the DOCBOOK output. Note that enabling this will significantly1865 # increase the size of the DOCBOOK output.1866 # The default value is: NO.1867 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.1868 1869 DOCBOOK_PROGRAMLISTING = NO1870 1835 1871 1836 #--------------------------------------------------------------------------- … … 2285 2250 DIAFILE_DIRS = 2286 2251 2287 # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the2288 # path where java can find the plantuml.jar file. If left blank, it is assumed2289 # PlantUML is not used or called during a preprocessing step. Doxygen will2290 # generate a warning when it encounters a \startuml command in this case and2291 # will not generate output for the diagram.2292 # This tag requires that the tag HAVE_DOT is set to YES.2293 2294 PLANTUML_JAR_PATH =2295 2296 2252 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2297 2253 # that will be shown in the graph. If the number of nodes in a graph becomes
Note:
See TracChangeset
for help on using the changeset viewer.