Skip to content

Commit

Permalink
docs: exclude sample source files
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Sep 26, 2023
1 parent 0489cc1 commit 9e916c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ IMAGE_PATH = @DOXYGEN_PROJECT_ROOT@/docs/images \
@DOXYGEN_PROJECT_ROOT@/core/samples \
@DOXYGEN_PROJECT_ROOT@/engine/samples

# Ignore sample source files
EXCLUDE_PATTERNS = @DOXYGEN_PROJECT_ROOT@/core/samples/*.hpp \
@DOXYGEN_PROJECT_ROOT@/core/samples/*.cpp \
@DOXYGEN_PROJECT_ROOT@/engine/samples/*.cpp \
@DOXYGEN_PROJECT_ROOT@/engine/samples/*.hpp

# Use relative include paths
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = @DOXYGEN_PROJECT_ROOT@/core/include/cubos \
Expand Down

0 comments on commit 9e916c4

Please sign in to comment.