Skip to content

Commit 89e0969

Browse files
committed
Exclude internal files from the doxygen.
1 parent 2621c7f commit 89e0969

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doxyfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,10 @@ RECURSIVE = YES
10371037
# Note that relative paths are relative to the directory from which doxygen is
10381038
# run.
10391039

1040-
EXCLUDE = src/sdk/scripts
1040+
EXCLUDE = src/sdk/scripts \
1041+
src/sdk/mocksdkwrapper.hpp \
1042+
src/sdk/pico_sdk_headers.h \
1043+
src/sdk/pico_api_alternate_defs.hpp
10411044

10421045
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
10431046
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)