all repos — fluxbox @ 65fe7c36750f0c8418acbdc2732e0095eb344344

custom fork of the fluxbox windowmanager

version number and FbTk path
fluxgen fluxgen
commit

65fe7c36750f0c8418acbdc2732e0095eb344344

parent

fc64fe363beb961d58f127713789f2b198f82c21

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M DoxyfileDoxyfile

@@ -4,7 +4,7 @@ #---------------------------------------------------------------------------

# General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = fluxbox -PROJECT_NUMBER = 0.1.10 +PROJECT_NUMBER = 0.1.15-cvs OUTPUT_DIRECTORY = doc/ OUTPUT_LANGUAGE = English EXTRACT_ALL = NO

@@ -54,7 +54,7 @@ WARN_LOGFILE =

#--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src/ +INPUT = src/ src/FbTk/ FILE_PATTERNS = *.hh *.cc RECURSIVE = NO EXCLUDE =

@@ -84,9 +84,9 @@ # configuration options related to the HTML output

#--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html -HTML_FILE_EXTENSION = .html # .php # for fluxbox webpage -HTML_HEADER = # doc/header.html # note: only for fluxbox webpage -HTML_FOOTER = # doc/footer.html # note: only for fluxbox webpage +HTML_FILE_EXTENSION = .html # for fluxbox webpage +HTML_HEADER = # header # note: only for fluxbox webpage +HTML_FOOTER = # footer # note: only for fluxbox webpage HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO