diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-08-17 18:34:45 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-08-17 18:34:45 +0200 |
commit | fa9fbe77bac2bb5c2d7811463c2a35e7f418bcf7 (patch) | |
tree | 0769be91520c1a0ff08debfd1253cd1bd020746c /Doxyfile.gsm | |
parent | 2272589feffa8218e9b2fef66f26dca384272385 (diff) |
doxygen: make sure the right C source files are included
Diffstat (limited to 'Doxyfile.gsm')
-rw-r--r-- | Doxyfile.gsm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |