@@ -494,7 +494,7 @@ EXTRACT_ALL = NO
494494# be included in the documentation.
495495# The default value is: NO.
496496
497- EXTRACT_PRIVATE = YES
497+ EXTRACT_PRIVATE = NO
498498
499499# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
500500# methods of a class will be included in the documentation.
@@ -520,7 +520,7 @@ EXTRACT_STATIC = NO
520520# for Java sources.
521521# The default value is: YES.
522522
523- EXTRACT_LOCAL_CLASSES = YES
523+ EXTRACT_LOCAL_CLASSES = NO
524524
525525# This flag is only useful for Objective-C code. If set to YES, local methods,
526526# which are defined in the implementation section but not in the interface are
@@ -643,7 +643,7 @@ INLINE_INFO = YES
643643# name. If set to NO, the members will appear in declaration order.
644644# The default value is: YES.
645645
646- SORT_MEMBER_DOCS = YES
646+ SORT_MEMBER_DOCS = NO
647647
648648# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
649649# descriptions of file, namespace and class members alphabetically by member
@@ -867,7 +867,7 @@ WARN_LOGFILE =
867867# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
868868# Note: If this tag is empty the current directory is searched.
869869
870- INPUT = ../src/opentimelineio/ ../README.md
870+ INPUT = ../src/opentime ../src/ opentimelineio/ ../README.md
871871
872872# This tag can be used to specify the character encoding of the source files
873873# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments