Skip to content

Commit

Permalink
Doxygen docs: generate svg call graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 22, 2018
1 parent e075d38 commit 42a4b58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/doxygen_project.txt.in
Expand Up @@ -2351,7 +2351,7 @@ DIRECTORY_GRAPH = YES
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_IMAGE_FORMAT = png
DOT_IMAGE_FORMAT = svg

# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
Expand All @@ -2363,7 +2363,7 @@ DOT_IMAGE_FORMAT = png
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

INTERACTIVE_SVG = NO
INTERACTIVE_SVG = YES

# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
Expand Down Expand Up @@ -2413,7 +2413,7 @@ PLANTUML_INCLUDE_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_GRAPH_MAX_NODES = 50
DOT_GRAPH_MAX_NODES = 150

# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
Expand Down Expand Up @@ -2446,7 +2446,7 @@ DOT_TRANSPARENT = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_MULTI_TARGETS = NO
DOT_MULTI_TARGETS = YES

# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
Expand Down
4 changes: 4 additions & 0 deletions scripts/build_docs.sh
Expand Up @@ -15,6 +15,9 @@ skipSVN="NO"
MRPT_USE_SEARCHENGINE="YES"
skipMAINMRPTDOCS=0

# Generate call graphs: obbey MRPT_genCALLERGRAPHS if defined. Yes, otherwise.
genCALLERGRAPHS=${MRPT_genCALLERGRAPHS:-YES}

emptyARGS=1
errARGS=0

Expand Down Expand Up @@ -230,6 +233,7 @@ export MRPT_LIST_INPUT
export MRPT_EXAMPLE_PATH
export genHTML
export outCHM
export genCALLERGRAPHS
export CHM_FILENAME
export HHC_INVOKING_CODE
export MRPT_USE_SEARCHENGINE
Expand Down

0 comments on commit 42a4b58

Please sign in to comment.