Skip to content

Commit

Permalink
Update doxygen excludes to remove extraneous .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Feb 15, 2024
1 parent 4ec3908 commit ba3e152
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -852,12 +852,14 @@ 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 = */bitmaps_png/*.md \
EXCLUDE_PATTERNS = */resources/bitmaps_png/*.md \
*/pcb_calculator/*.md \
*/pcb_calculator/attenuators/*.md \
*/eeschema/*.md \
*/eeschema/dialogs/*.md \
*/pcbnew/dialogs/*.md
*/pcbnew/dialogs/*.md \
*/qa/data/* \
*/libs/kiplatform/gtk/wayland-pointer-constraints-unstable-v1.h

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down Expand Up @@ -1160,7 +1162,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css

Expand Down

0 comments on commit ba3e152

Please sign in to comment.