Skip to content

Commit 888e465

Browse files
committed
Exclude the scripts files directories from Doxygen source.
1 parent 60161ff commit 888e465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doxyfile

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

1040-
EXCLUDE =
1040+
EXCLUDE = src/sdk/scripts
10411041

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

0 commit comments

Comments
 (0)