From 6a494f1ada28006ee7dab07fa6f02ff9f559a3d2 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 19 Jun 2017 22:11:43 +0200 Subject: [PATCH] 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 --- Doxyfile.gsm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index 1dae2b502..feaef0e88 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