Skip to content

Commit

Permalink
Merge pull request #1192 from dcoeurjo/svgdox
Browse files Browse the repository at this point in the history
SVG graphs in doxygen
  • Loading branch information
dcoeurjo authored Jun 25, 2016
2 parents 7543ee1 + e80a615 commit e1f842a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
- Add cmake configuration file NeighborhoodTablesConfig to
decompress and install look up tables. (Pablo Hernandez-Cerdan,
[#1155](https://github.com/DGtal-team/DGtal/pull/1155))
- Documentation graphs are now in SVG instead of PNG. (David Coeurjolly,
[#1192](https://github.com/DGtal-team/DGtal/pull/1192))
- Check and add all DGtal examples in the Examples listing section.
(Bertrand Kerautret,[#1166](https://github.com/DGtal-team/DGtal/pull/1166))))

Expand Down
4 changes: 2 additions & 2 deletions doc/doxy.config.Board.in
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,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 @@ -2314,7 +2314,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
4 changes: 2 additions & 2 deletions doc/doxy.config.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,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 @@ -2329,7 +2329,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
4 changes: 2 additions & 2 deletions doc/doxy.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,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 @@ -2342,7 +2342,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

0 comments on commit e1f842a

Please sign in to comment.