File: Doxyfile

package info (click to toggle)
crossfire-client 1.73.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,332 kB
  • sloc: ansic: 18,075; perl: 100; sh: 23; makefile: 12
file content (44 lines) | stat: -rw-r--r-- 2,161 bytes parent folder | download | duplicates (2)
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
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME           = "Crossfire Client"
PROJECT_NUMBER         = "SVN Trunk"
PROJECT_LOGO           = "pixmaps/48x48.png"
OUTPUT_DIRECTORY       = "doc"
JAVADOC_AUTOBRIEF      = YES
OPTIMIZE_OUTPUT_FOR_C  = YES
TYPEDEF_HIDES_STRUCT   = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_STATIC         = NO
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET                  = YES
WARN_IF_UNDOCUMENTED   = NO
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
RECURSIVE              = YES
EXCLUDE                = random_maps/standalone.c
EXCLUDE_SYMLINKS       = YES
EXCLUDE_PATTERNS       = */test/* \
                         */utils/*
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER         = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION    = YES
REFERENCES_LINK_SOURCE = NO
USE_HTAGS              = NO
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_TREEVIEW      = NO
SEARCHENGINE           = NO
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX         = NO