cmake: Fix doxygen documentations

This commit is contained in:
Corentin Le Molgat
2023-11-27 16:06:31 +01:00
parent b83ea1d53b
commit 8386a84234
3 changed files with 3 additions and 3 deletions

View File

@@ -993,8 +993,8 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *Test.cs \
*/docs/* \
*/cpp/* \
*/csharp/* \
*/java/* \
*/go/* \
*/python/* \
*/samples/* \
*/obj/* \

View File

@@ -995,6 +995,7 @@ EXCLUDE_PATTERNS = *Test.java \
*/cpp/* \
*/csharp/* \
*/dotnet/* \
*/go/* \
*/python/* \
*/samples/* \
*/SWIGTYPE* \

View File

@@ -990,8 +990,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS = *Test.java \
*_test.py \
EXCLUDE_PATTERNS = *_test.py \
*/docs/* \
*/cpp/* \
*/csharp/* \