diff options
| author | Sven Göthel <[email protected]> | 2026-01-29 12:55:45 +0100 |
|---|---|---|
| committer | Sven Göthel <[email protected]> | 2026-01-29 12:55:45 +0100 |
| commit | 7798ac4403bc461b3c3213840e009d3e6f85c91d (patch) | |
| tree | 37e9261a785558cfcfe7dec562cca99313d1d0dd /doc | |
| parent | b92f67beac5755a80acaaf72a08963086a1d5122 (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Doxyfile.cpp.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Doxyfile.cpp.in b/doc/Doxyfile.cpp.in index d6fbc3a..6b2ac71 100644 --- a/doc/Doxyfile.cpp.in +++ b/doc/Doxyfile.cpp.in @@ -825,7 +825,9 @@ EXCLUDE_PATTERNS = *Ioctl.hpp # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = jau::impl, jau::cfmt::impl, jau::cfmt2, jau::io::impl, jau::mp::impl, jau::os::impl, test_impl, \ + gamp::render::gl::data::impl, gamp::graph::impl, gamp::graph::tess::impl, \ + gamp::graph::ui::impl, gamp::render::gl::glsl::impl, gamp::dag::impl # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include @@ -1074,7 +1076,7 @@ HTML_FOOTER = # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = +HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets |