aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-04 14:51:39 (GMT)
committerfluxgen <fluxgen>2002-08-04 14:51:39 (GMT)
commita674d1b400dd9f9f1baa6db55bee75c3c500c1e5 (patch)
tree568bb2f0053361f3937215a334e0353733cac2e5 /Doxyfile
parent1c974cfe3604ffcbba1daa48d099c8fd9491411b (diff)
downloadfluxbox-a674d1b400dd9f9f1baa6db55bee75c3c500c1e5.zip
fluxbox-a674d1b400dd9f9f1baa6db55bee75c3c500c1e5.tar.bz2
first
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile188
1 files changed, 188 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
new file mode 100644
index 0000000..bd21a95
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,188 @@
1# Doxyfile 1.2.13-20020210
2
3#---------------------------------------------------------------------------
4# General configuration options
5#---------------------------------------------------------------------------
6PROJECT_NAME = fluxbox
7PROJECT_NUMBER = 0.1.10
8OUTPUT_DIRECTORY = doc/
9OUTPUT_LANGUAGE = English
10EXTRACT_ALL = NO
11EXTRACT_PRIVATE = NO
12EXTRACT_STATIC = NO
13EXTRACT_LOCAL_CLASSES = YES
14HIDE_UNDOC_MEMBERS = NO
15HIDE_UNDOC_CLASSES = NO
16BRIEF_MEMBER_DESC = YES
17REPEAT_BRIEF = YES
18ALWAYS_DETAILED_SEC = NO
19INLINE_INHERITED_MEMB = NO
20FULL_PATH_NAMES = NO
21STRIP_FROM_PATH =
22INTERNAL_DOCS = NO
23STRIP_CODE_COMMENTS = YES
24CASE_SENSE_NAMES = YES
25SHORT_NAMES = NO
26HIDE_SCOPE_NAMES = NO
27VERBATIM_HEADERS = YES
28SHOW_INCLUDE_FILES = YES
29JAVADOC_AUTOBRIEF = NO
30MULTILINE_CPP_IS_BRIEF = NO
31DETAILS_AT_TOP = NO
32INHERIT_DOCS = YES
33INLINE_INFO = YES
34SORT_MEMBER_DOCS = YES
35DISTRIBUTE_GROUP_DOC = NO
36TAB_SIZE = 4
37GENERATE_TODOLIST = YES
38GENERATE_TESTLIST = YES
39GENERATE_BUGLIST = YES
40ALIASES =
41ENABLED_SECTIONS =
42MAX_INITIALIZER_LINES = 30
43OPTIMIZE_OUTPUT_FOR_C = NO
44OPTIMIZE_OUTPUT_JAVA = NO
45SHOW_USED_FILES = YES
46#---------------------------------------------------------------------------
47# configuration options related to warning and progress messages
48#---------------------------------------------------------------------------
49QUIET = NO
50WARNINGS = YES
51WARN_IF_UNDOCUMENTED = YES
52WARN_FORMAT = "$file:$line: $text"
53WARN_LOGFILE =
54#---------------------------------------------------------------------------
55# configuration options related to the input files
56#---------------------------------------------------------------------------
57INPUT = src/
58FILE_PATTERNS = *.hh *.cc
59RECURSIVE = NO
60EXCLUDE = ~* tests CVS bak \#*
61EXCLUDE_SYMLINKS = NO
62EXCLUDE_PATTERNS =
63EXAMPLE_PATH =
64EXAMPLE_PATTERNS =
65EXAMPLE_RECURSIVE = NO
66IMAGE_PATH =
67INPUT_FILTER =
68FILTER_SOURCE_FILES = NO
69#---------------------------------------------------------------------------
70# configuration options related to source browsing
71#---------------------------------------------------------------------------
72SOURCE_BROWSER = YES
73INLINE_SOURCES = YES
74REFERENCED_BY_RELATION = YES
75REFERENCES_RELATION = YES
76#---------------------------------------------------------------------------
77# configuration options related to the alphabetical class index
78#---------------------------------------------------------------------------
79ALPHABETICAL_INDEX = YES
80COLS_IN_ALPHA_INDEX = 5
81IGNORE_PREFIX =
82#---------------------------------------------------------------------------
83# configuration options related to the HTML output
84#---------------------------------------------------------------------------
85GENERATE_HTML = YES
86HTML_OUTPUT = html
87HTML_FILE_EXTENSION = .html # .php for fluxbox webpage
88HTML_HEADER = # doc/header.html # note: only for fluxbox webpage
89HTML_FOOTER = # doc/footer.html # note: only for fluxbox webpage
90HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage
91HTML_ALIGN_MEMBERS = YES
92GENERATE_HTMLHELP = NO
93CHM_FILE =
94HHC_LOCATION =
95GENERATE_CHI = NO
96BINARY_TOC = NO
97TOC_EXPAND = NO
98DISABLE_INDEX = NO
99ENUM_VALUES_PER_LINE = 4
100GENERATE_TREEVIEW = NO
101TREEVIEW_WIDTH = 250
102#---------------------------------------------------------------------------
103# configuration options related to the LaTeX output
104#---------------------------------------------------------------------------
105GENERATE_LATEX = NO
106LATEX_OUTPUT = latex
107LATEX_CMD_NAME = latex
108MAKEINDEX_CMD_NAME = makeindex
109COMPACT_LATEX = NO
110PAPER_TYPE = a4wide
111EXTRA_PACKAGES =
112LATEX_HEADER =
113PDF_HYPERLINKS = NO
114USE_PDFLATEX = NO
115LATEX_BATCHMODE = NO
116#---------------------------------------------------------------------------
117# configuration options related to the RTF output
118#---------------------------------------------------------------------------
119GENERATE_RTF = NO
120RTF_OUTPUT = rtf
121COMPACT_RTF = NO
122RTF_HYPERLINKS = NO
123RTF_STYLESHEET_FILE =
124RTF_EXTENSIONS_FILE =
125#---------------------------------------------------------------------------
126# configuration options related to the man page output
127#---------------------------------------------------------------------------
128GENERATE_MAN = NO
129MAN_OUTPUT = man
130MAN_EXTENSION = .3
131MAN_LINKS = NO
132#---------------------------------------------------------------------------
133# configuration options related to the XML output
134#---------------------------------------------------------------------------
135GENERATE_XML = NO
136#---------------------------------------------------------------------------
137# configuration options for the AutoGen Definitions output
138#---------------------------------------------------------------------------
139GENERATE_AUTOGEN_DEF = NO
140#---------------------------------------------------------------------------
141# Configuration options related to the preprocessor
142#---------------------------------------------------------------------------
143ENABLE_PREPROCESSING = YES
144MACRO_EXPANSION = NO
145EXPAND_ONLY_PREDEF = NO
146SEARCH_INCLUDES = YES
147INCLUDE_PATH =
148INCLUDE_FILE_PATTERNS =
149PREDEFINED =
150EXPAND_AS_DEFINED =
151SKIP_FUNCTION_MACROS = YES
152#---------------------------------------------------------------------------
153# Configuration::addtions related to external references
154#---------------------------------------------------------------------------
155TAGFILES =
156GENERATE_TAGFILE =
157ALLEXTERNALS = NO
158EXTERNAL_GROUPS = YES
159PERL_PATH = /usr/bin/perl
160#---------------------------------------------------------------------------
161# Configuration options related to the dot tool
162#---------------------------------------------------------------------------
163CLASS_DIAGRAMS = YES
164HIDE_UNDOC_RELATIONS = YES
165HAVE_DOT = NO
166CLASS_GRAPH = YES
167COLLABORATION_GRAPH = YES
168TEMPLATE_RELATIONS = YES
169INCLUDE_GRAPH = YES
170INCLUDED_BY_GRAPH = YES
171GRAPHICAL_HIERARCHY = YES
172DOT_IMAGE_FORMAT = png
173DOT_PATH =
174DOTFILE_DIRS =
175MAX_DOT_GRAPH_WIDTH = 1024
176MAX_DOT_GRAPH_HEIGHT = 1024
177GENERATE_LEGEND = YES
178DOT_CLEANUP = YES
179#---------------------------------------------------------------------------
180# Configuration::addtions related to the search engine
181#---------------------------------------------------------------------------
182SEARCHENGINE = NO
183CGI_NAME = search.cgi
184CGI_URL =
185DOC_URL =
186DOC_ABSPATH =
187BIN_ABSPATH = /usr/local/bin/
188EXT_DOC_PATHS =