diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:15:38 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:15:38 +0000 |
commit | f936192f3689e58f9c72e19dd6f736f6b2449906 (patch) | |
tree | e724d26315aad67f3a92bb1df5cbff95782fd2e2 /Doxyfile | |
parent | a96b108a9b74baaa63cb84da212d725808b91d88 (diff) |
Documentation update
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 = |