Changeset 3:0cf8882c7e7c in lemon-tutorial
- Timestamp:
- 10/11/08 13:13:09 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
r2 r3 85 85 # configuration options related to the input files 86 86 #--------------------------------------------------------------------------- 87 INPUT = . /\87 INPUT = . \ 88 88 ./demo 89 89 INPUT_ENCODING = UTF-8 … … 96 96 EXCLUDE_PATTERNS = 97 97 EXCLUDE_SYMBOLS = 98 EXAMPLE_PATH = ./demo 98 EXAMPLE_PATH = . \ 99 ./demo 99 100 EXAMPLE_PATTERNS = 100 101 EXAMPLE_RECURSIVE = NO -
mainpage.dox
r2 r3 21 21 \mainpage LEMON Tutorial 22 22 23 <h2>Table of Contents</h2> 23 \section toc Table of Contents 24 24 25 25 <ol>
Note: See TracChangeset
for help on using the changeset viewer.