From f936192f3689e58f9c72e19dd6f736f6b2449906 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:15:38 +0000 Subject: Documentation update --- Doxyfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 38e6939..3a86532 100644 --- a/Doxyfile +++ b/Doxyfile @@ -3,9 +3,9 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = osirion.kdevelop +PROJECT_NAME = "The Osirion Project" PROJECT_NUMBER = 0.0.1 -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = YES @@ -82,7 +82,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /home/ingar/projects/osirion +INPUT = src/ FILE_PATTERNS = *.c \ *.cc \ *.cxx \ @@ -132,7 +132,7 @@ FILE_PATTERNS = *.c \ *.moc \ *.xpm \ *.dox -RECURSIVE = yes +RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = @@ -214,7 +214,7 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- -GENERATE_XML = yes +GENERATE_XML = NO XML_OUTPUT = xml XML_SCHEMA = XML_DTD = -- cgit v1.2.3