aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-17 18:34:45 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-17 18:34:45 +0200
commitfa9fbe77bac2bb5c2d7811463c2a35e7f418bcf7 (patch)
tree0769be91520c1a0ff08debfd1253cd1bd020746c
parent2272589feffa8218e9b2fef66f26dca384272385 (diff)
doxygen: make sure the right C source files are included
-rw-r--r--Doxyfile4
-rw-r--r--Doxyfile.gsm2
-rw-r--r--Doxyfile.vty2
3 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 6e386561..02c88264 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/osmocom/core src/*.c
+INPUT = include/osmocom/core src
# 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
@@ -634,7 +634,7 @@ FILE_PATTERNS =
# should be searched for input files as well. Possible values are YES and NO.
# If left blank NO is used.
-RECURSIVE = YES
+RECURSIVE = NO
# The EXCLUDE tag can be used to specify files and/or directories that should
# excluded from the INPUT source files. This way you can easily exclude a
diff --git a/Doxyfile.gsm b/Doxyfile.gsm
index ac2b28b7..9fabac7d 100644
--- a/Doxyfile.gsm
+++ b/Doxyfile.gsm
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/osmocom/gsm src/gsm/*.c
+INPUT = include/osmocom/gsm src/gsm
# 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
diff --git a/Doxyfile.vty b/Doxyfile.vty
index 8536e61d..91d37a62 100644
--- a/Doxyfile.vty
+++ b/Doxyfile.vty
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/osmocom/vty src/vty/*.c
+INPUT = include/osmocom/vty src/vty
# 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