aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-19 18:59:00 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-25 18:49:15 +0000
commit52a881e98a77ec939bdeddadbba9d47e7a7ec32e (patch)
tree70342b2a5cfef38f646fa586d794a4dfe74dce16
parent56ebc6fd37a17259ff5acd2001c95eadddf458ce (diff)
doxygen: gsm: do not exclude include/gsm/protocol/*
Clear out the EXCLUDE tag to not exclude anything. Tried to add API doc to gsm/protocol/gsm_08_08.h and after a long time found out why they are not appearing in the API doc. The original reason to exclude these files was that we were not going to copy-paste descriptions from the 3GPP specs. Nevertheless, for an API doc reader it is helpful if all data structures are listed and linked. Change-Id: Ib569a46f00866bdaa4017f803d85f625ae011316
-rw-r--r--Doxyfile.gsm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in
index dbb5df63..896765e9 100644
--- a/Doxyfile.gsm.in
+++ b/Doxyfile.gsm.in
@@ -654,7 +654,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = */include/osmocom/gsm/protocol/*
+EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the