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