Commit ee735ec6 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Doxyfile: exclude detail namespaces

[ci skip]
parent 130183f7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -906,7 +906,8 @@ EXCLUDE_PATTERNS = */Debugging/* \
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*

EXCLUDE_SYMBOLS = *::__*impl  # internal namespaces
EXCLUDE_SYMBOLS = detail::*,*::detail::*  # internal namespaces
EXCLUDE_SYMBOLS += *::__*impl  # internal namespaces
EXCLUDE_SYMBOLS += TNL::Assert::*  # internal namespace

# The EXAMPLE_PATH tag can be used to specify one or more files or directories