From 9ede33de4f690fd70c830aae1465d8bc9070839f Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Thu, 17 Jul 2025 14:08:44 -0500 Subject: [PATCH] Exclude multicast.[ch] from Doxygen docs --- doc/hamlib.cfg.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/hamlib.cfg.in b/doc/hamlib.cfg.in index df1157178..1799b946e 100644 --- a/doc/hamlib.cfg.in +++ b/doc/hamlib.cfg.in @@ -30,9 +30,11 @@ INPUT = @top_srcdir@/doc/index.doxygen \ @top_srcdir@/include/hamlib/ \ @top_srcdir@/src/ -EXCLUDE = @top_srcdir@/src/amp_conf.h \ - @top_srcdir@/include/hamlib/ampclass.h \ - @top_srcdir@/include/hamlib/rotclass.h +EXCLUDE = @top_srcdir@/include/hamlib/ampclass.h \ + @top_srcdir@/include/hamlib/multicast.h \ + @top_srcdir@/include/hamlib/rotclass.h \ + @top_srcdir@/src/amp_conf.h \ + @top_srcdir@/src/multicast.c INCLUDE_PATH = @top_srcdir@/include