aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-17 18:26:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-17 18:26:51 +0200
commit2272589feffa8218e9b2fef66f26dca384272385 (patch)
tree0fecb903707442a838b1d9dd08b3ab1ef7061873 /Doxyfile
parent6bdf0b158c3cce85b7a660eb034e9b87576dd1c3 (diff)
Split doxygen configuration to create separate gsm/vty/core docs
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 6609d734..6e386561 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -37,7 +37,7 @@ PROJECT_NUMBER = V0.3.5
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = Osmocom core library
+PROJECT_BRIEF = "Osmocom core library"
# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include src
+INPUT = include/osmocom/core src/*.c
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -1011,7 +1011,7 @@ QHP_NAMESPACE = org.doxygen.Project
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
-QHP_VIRTUAL_FOLDER = doc
+QHP_VIRTUAL_FOLDER = doc/core
# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
# add. For more information please see