Skip to content

Commit

Permalink
doxygen: more info for internal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jul 18, 2024
1 parent c57f6d4 commit 1ca7e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doxyfile_internal.in
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ EXTRACT_ALL = YES
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE = NO
EXTRACT_PRIVATE = YES

# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
# scope will be included in the documentation.
Expand Down Expand Up @@ -2236,7 +2236,7 @@ UML_LIMIT_NUM_FIELDS = 10
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

TEMPLATE_RELATIONS = NO
TEMPLATE_RELATIONS = YES

# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
Expand Down

0 comments on commit 1ca7e3d

Please sign in to comment.