Skip to content

Commit

Permalink
[doc] not documenting boost functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed May 21, 2020
1 parent acd1559 commit cff856b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE =
EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/../include/boost
# ../../tools ../../doc ../../build ../../cmake ../../.tx

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
Expand Down Expand Up @@ -2175,7 +2175,7 @@ INCLUDED_BY_GRAPH = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALL_GRAPH = YES
CALL_GRAPH = NO

# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
Expand All @@ -2186,7 +2186,7 @@ CALL_GRAPH = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALLER_GRAPH = YES
CALLER_GRAPH = NO

# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
Expand Down

0 comments on commit cff856b

Please sign in to comment.