We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2621c7f commit 89e0969Copy full SHA for 89e0969
1 file changed
Doxyfile
@@ -1037,7 +1037,10 @@ RECURSIVE = YES
1037
# Note that relative paths are relative to the directory from which doxygen is
1038
# run.
1039
1040
-EXCLUDE = src/sdk/scripts
+EXCLUDE = src/sdk/scripts \
1041
+ src/sdk/mocksdkwrapper.hpp \
1042
+ src/sdk/pico_sdk_headers.h \
1043
+ src/sdk/pico_api_alternate_defs.hpp
1044
1045
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
1046
# directories that are symbolic links (a Unix file system feature) are excluded
0 commit comments