aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.vty
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 /Doxyfile.vty
parent2272589feffa8218e9b2fef66f26dca384272385 (diff)
doxygen: make sure the right C source files are included
Diffstat (limited to 'Doxyfile.vty')
-rw-r--r--Doxyfile.vty2
1 files changed, 1 insertions, 1 deletions
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