File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ WARN_LOGFILE =
871
871
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
872
872
# Note: If this tag is empty the current directory is searched.
873
873
874
- INPUT =
874
+ INPUT = Packages/Tracking
875
875
876
876
# This tag can be used to specify the character encoding of the source files
877
877
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -959,16 +959,7 @@ RECURSIVE = YES
959
959
# Note that relative paths are relative to the directory from which doxygen is
960
960
# run.
961
961
962
- EXCLUDE = .git \
963
- CI \
964
- Packages/Tracking/Core/Editor \
965
- Packages/Tracking/Core/Tests \
966
- Packages/Tracking/Hands/Editor \
967
- Packages/Tracking/Interaction Engine/Editor \
968
- Packages/Tracking Examples \
969
- Packages/Tracking Experimental
970
-
971
- #Packages/Tracking/Core/Runtime/Plugins/LeapCSharp \
962
+ EXCLUDE =
972
963
973
964
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
974
965
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -987,7 +978,8 @@ EXCLUDE_SYMLINKS = NO
987
978
EXCLUDE_PATTERNS = *.md \
988
979
*/Editor/* \
989
980
*/Tests/* \
990
- */Internal/*
981
+ */Internal/* \
982
+ */Examples~/*
991
983
992
984
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
993
985
# (namespaces, classes, functions, etc.) that should be excluded from the
You can’t perform that action at this time.
0 commit comments