summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile b/Doxyfile
index 77e50308..b260b861 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = DBus
PROJECT_NUMBER = 1.0
-OUTPUT_DIRECTORY = apidocs
+OUTPUT_DIRECTORY = doc/api
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
@@ -49,8 +49,8 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = dbus server
-FILE_PATTERNS = *.h
+INPUT = dbus bus
+FILE_PATTERNS = *.c
RECURSIVE = YES
#EXCLUDE = test
@@ -126,9 +126,9 @@ RTF_EXTENSIONS_FILE =
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
-GENERATE_MAN = NO
+GENERATE_MAN = YES
MAN_OUTPUT = man
-MAN_EXTENSION = .dbus
+MAN_EXTENSION = .3dbus
MAN_LINKS = YES
#---------------------------------------------------------------------------
# configuration options related to the XML output