[MERGED] libosmocore[master]: Doxygen: exclude osmocom/core/gsm/protocol/*

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 15 09:13:38 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Doxygen: exclude osmocom/core/gsm/protocol/*
......................................................................


Doxygen: exclude osmocom/core/gsm/protocol/*

We don't document the header files that define structs/enums/types
that are taken 1:1 from the relevant GSM specifications.  So let's avoid
having doxygen generate tons of warnings for related undocumented
members.

Change-Id: I231f78972a015902e4085aa80fcbc04009ae9f13
---
M Doxyfile.gsm.in
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in
index ed4ff47..1dae2b5 100644
--- a/Doxyfile.gsm.in
+++ b/Doxyfile.gsm.in
@@ -654,7 +654,7 @@
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       =
+EXCLUDE_PATTERNS       = */include/osmocom/gsm/protocol/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the

-- 
To view, visit https://gerrit.osmocom.org/2006
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I231f78972a015902e4085aa80fcbc04009ae9f13
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list