Skip to content

Commit e57a12a

Browse files
committed
Filter docs generation to just Tracking package (no Editor, Tests or Examples references)
1 parent bba3f74 commit e57a12a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Diff for: Doxyfile

+4-12
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ WARN_LOGFILE =
871871
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
872872
# Note: If this tag is empty the current directory is searched.
873873

874-
INPUT =
874+
INPUT = Packages/Tracking
875875

876876
# This tag can be used to specify the character encoding of the source files
877877
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -959,16 +959,7 @@ RECURSIVE = YES
959959
# Note that relative paths are relative to the directory from which doxygen is
960960
# run.
961961

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 =
972963

973964
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
974965
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -987,7 +978,8 @@ EXCLUDE_SYMLINKS = NO
987978
EXCLUDE_PATTERNS = *.md \
988979
*/Editor/* \
989980
*/Tests/* \
990-
*/Internal/*
981+
*/Internal/* \
982+
*/Examples~/*
991983

992984
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
993985
# (namespaces, classes, functions, etc.) that should be excluded from the

0 commit comments

Comments
 (0)