aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-19 22:11:43 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-23 00:18:21 +0000
commit6a494f1ada28006ee7dab07fa6f02ff9f559a3d2 (patch)
tree8b6cf6fe6b4bed833efd96c2344446df217f2df9
parent452a6bb347aa907d5593f7ca7ab901b4f9a90321 (diff)
doxygen: drop INPUT gsm/protocol, already part of gsm/
include/osmocom/gsm/protocol is also implicitly included in its parent dir because of the recursive rule. Naming it again makes doxygen use it twice. It doesn't seem to be harmful, but not needed either. Change-Id: I5dc22ca65740a88540dacc61c0742fede172de9c
-rw-r--r--Doxyfile.gsm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in
index 1dae2b50..feaef0e8 100644
--- a/Doxyfile.gsm.in
+++ b/Doxyfile.gsm.in
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @srcdir@/include/osmocom/gsm @srcdir@/include/osmocom/gsm/protocol @srcdir@/src/gsm
+INPUT = @srcdir@/include/osmocom/gsm @srcdir@/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