-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfileMain
More file actions
19 lines (18 loc) · 897 Bytes
/
DoxyfileMain
File metadata and controls
19 lines (18 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@INCLUDE = DoxyfileBase
PROJECT_NAME = "MeshLib Documentation"
LAYOUT_FILE = ../MeshLib/doxygen/DoxygenLayoutMain.xml
INPUT = ../MeshLib/doxygen \
../MeshLib/examples
FILE_PATTERNS = *.dox \
*.cpp
EXCLUDE = ../MeshLib/doxygen/APICppPage.dox \
../MeshLib/doxygen/APIPyPage.dox \
../MeshLib/doxygen/APICPage.dox \
../MeshLib/doxygen/APICsharpPage.dox
EXAMPLE_PATH = ../MeshLib/examples \
../MeshLib/doxygen/common_files
EXAMPLE_RECURSIVE = YES
FILTER_PATTERNS = *.dox.py=preprocessors/python.sed \
*.dox.c=preprocessors/c.sed \
*.dox.cpp=preprocessors/c.sed \
*.dox.cs=preprocessors/c.sed