-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathDoxyfile
47 lines (31 loc) · 1.46 KB
/
Doxyfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Doxyfile for glosm; please keep tags sourted and grouped as in
# vanilla Doxyfile generated with `doxygen -g'
# Project related configuration options
PROJECT = glosm
OUTPUT_DIRECTORY = doc
OUTPUT_LANGUAGE = English
JAVADOC_AUTOBRIEF = yes
TAB_SIZE = 4
# Build related configuration options
# configuration options related to warning and progress messages
# configuration options related to the input files
INPUT = libglosm-server libglosm-client libgeomgen-default
RECURSIVE = yes
EXCLUDE = libglosm-server/glosm/id_map.hh
# configuration options related to source browsing
# configuration options related to the alphabetical class index
# configuration options related to the HTML output
# configuration options related to the LaTeX output
GENERATE_LATEX = NO
# configuration options related to the RTF output
# configuration options related to the man page output
# configuration options related to the XML output
# configuration options for the AutoGen Definitions output
# configuration options related to the Perl module output
# Configuration options related to the preprocessor
INCLUDE_PATH = libglosm-server/include libglosm-client/include libgeomgen-default/include
# Configuration::additions related to external references
# Configuration options related to the dot tool
HAVE_DOT = yes
CALL_GRAPH = yes
CALLER_GRAPH = yes