From ad526fef03ec295cccc3f51d5d5c121f705e083f Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Sat, 12 Aug 2023 01:05:34 +0200 Subject: [PATCH] doxygen: avoid opus subdir --- doxygen-public.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen-public.conf b/doxygen-public.conf index a900a5c1f9..2f1e401542 100644 --- a/doxygen-public.conf +++ b/doxygen-public.conf @@ -905,7 +905,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ./src/audio/libxm/ ./src/compress/lzh5.c ./src/fatfs/ ./src/video/pl_mpeg/ ./src/GL/ ./src/video/ ./include/mpeg2.h +EXCLUDE = ./src/audio/libxm/ ./src/audio/opus ./src/compress/lzh5.c ./src/fatfs/ ./src/video/pl_mpeg/ ./src/GL/ ./src/video/ ./include/mpeg2.h # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded