aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-06 23:24:35 (GMT)
committerfluxgen <fluxgen>2003-01-06 23:24:35 (GMT)
commit65fe7c36750f0c8418acbdc2732e0095eb344344 (patch)
treef66dca838db3941e8cb47f1f04451fa0f805e1ae /Doxyfile
parentfc64fe363beb961d58f127713789f2b198f82c21 (diff)
downloadfluxbox-65fe7c36750f0c8418acbdc2732e0095eb344344.zip
fluxbox-65fe7c36750f0c8418acbdc2732e0095eb344344.tar.bz2
version number and FbTk path
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile b/Doxyfile
index a96f8e7..4b25fff 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
4# General configuration options 4# General configuration options
5#--------------------------------------------------------------------------- 5#---------------------------------------------------------------------------
6PROJECT_NAME = fluxbox 6PROJECT_NAME = fluxbox
7PROJECT_NUMBER = 0.1.10 7PROJECT_NUMBER = 0.1.15-cvs
8OUTPUT_DIRECTORY = doc/ 8OUTPUT_DIRECTORY = doc/
9OUTPUT_LANGUAGE = English 9OUTPUT_LANGUAGE = English
10EXTRACT_ALL = NO 10EXTRACT_ALL = NO
@@ -54,7 +54,7 @@ WARN_LOGFILE =
54#--------------------------------------------------------------------------- 54#---------------------------------------------------------------------------
55# configuration options related to the input files 55# configuration options related to the input files
56#--------------------------------------------------------------------------- 56#---------------------------------------------------------------------------
57INPUT = src/ 57INPUT = src/ src/FbTk/
58FILE_PATTERNS = *.hh *.cc 58FILE_PATTERNS = *.hh *.cc
59RECURSIVE = NO 59RECURSIVE = NO
60EXCLUDE = 60EXCLUDE =
@@ -84,9 +84,9 @@ IGNORE_PREFIX =
84#--------------------------------------------------------------------------- 84#---------------------------------------------------------------------------
85GENERATE_HTML = YES 85GENERATE_HTML = YES
86HTML_OUTPUT = html 86HTML_OUTPUT = html
87HTML_FILE_EXTENSION = .html # .php # for fluxbox webpage 87HTML_FILE_EXTENSION = .html # for fluxbox webpage
88HTML_HEADER = # doc/header.html # note: only for fluxbox webpage 88HTML_HEADER = # header # note: only for fluxbox webpage
89HTML_FOOTER = # doc/footer.html # note: only for fluxbox webpage 89HTML_FOOTER = # footer # note: only for fluxbox webpage
90HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage 90HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage
91HTML_ALIGN_MEMBERS = YES 91HTML_ALIGN_MEMBERS = YES
92GENERATE_HTMLHELP = NO 92GENERATE_HTMLHELP = NO