Changes in Doxyfile [11:0a51fe554d01:12:d64ffbd7d8c6] in lemon-tutorial
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
r11 r12 71 71 SHOW_NAMESPACES = NO 72 72 FILE_VERSION_FILTER = 73 LAYOUT_FILE = DoxygenLayout.xml73 LAYOUT_FILE = ./DoxygenLayout.xml 74 74 #--------------------------------------------------------------------------- 75 75 # configuration options related to warning and progress messages … … 85 85 # configuration options related to the input files 86 86 #--------------------------------------------------------------------------- 87 INPUT = . \87 INPUT = ./gen-dox \ 88 88 ./demo 89 89 INPUT_ENCODING = UTF-8
Note: See TracChangeset
for help on using the changeset viewer.