Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
6abe350c
Commit
6abe350c
authored
Dec 24, 2017
by
Steffen Vogel
🎅🏼
Browse files
add SVG graphs to Doxygen docs
parent
19537001
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6abe350c
...
@@ -21,6 +21,7 @@ RUN dnf -y install \
...
@@ -21,6 +21,7 @@ RUN dnf -y install \
redhat-rpm-config
\
redhat-rpm-config
\
make cmake
\
make cmake
\
doxygen
\
doxygen
\
graphviz
\
python3-pip
python3-pip
# Dependencies
# Dependencies
...
...
Documentation/Doxyfile.in
View file @
6abe350c
...
@@ -906,7 +906,7 @@ EXCLUDE_SYMBOLS =
...
@@ -906,7 +906,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# that contain example code fragments that are included (see the \include
# command).
# command).
EXAMPLE_PATH =
EXAMPLE_PATH =
Examples/Cxx/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
...
@@ -920,7 +920,7 @@ EXAMPLE_PATTERNS = *
...
@@ -920,7 +920,7 @@ EXAMPLE_PATTERNS = *
# irrespective of the value of the RECURSIVE tag.
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
# The default value is: NO.
EXAMPLE_RECURSIVE =
NO
EXAMPLE_RECURSIVE =
ZES
# The IMAGE_PATH tag can be used to specify one or more files or directories
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# that contain images that are to be included in the documentation (see the
...
@@ -995,7 +995,7 @@ USE_MDFILE_AS_MAINPAGE = @CMAKE_CURRENT_SOURCE_DIR@/main-doc-cpp.md
...
@@ -995,7 +995,7 @@ USE_MDFILE_AS_MAINPAGE = @CMAKE_CURRENT_SOURCE_DIR@/main-doc-cpp.md
# also VERBATIM_HEADERS is set to NO.
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
# The default value is: NO.
SOURCE_BROWSER =
NO
SOURCE_BROWSER =
YES
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# classes and enums directly into the documentation.
...
@@ -1674,7 +1674,7 @@ GENERATE_LATEX = NO
...
@@ -1674,7 +1674,7 @@ GENERATE_LATEX = NO
# The default directory is: latex.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_OUTPUT =
LATEX_OUTPUT =
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
# invoked.
...
@@ -2214,7 +2214,7 @@ HIDE_UNDOC_RELATIONS = YES
...
@@ -2214,7 +2214,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# set to NO
# The default value is: NO.
# The default value is: NO.
HAVE_DOT =
NO
HAVE_DOT =
YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# to run in parallel. When set to 0 doxygen will base this on the number of
...
@@ -2301,7 +2301,7 @@ UML_LIMIT_NUM_FIELDS = 10
...
@@ -2301,7 +2301,7 @@ UML_LIMIT_NUM_FIELDS = 10
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# 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
# 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
# YES then doxygen will generate a graph for each documented file showing the
...
@@ -2374,7 +2374,7 @@ DIRECTORY_GRAPH = YES
...
@@ -2374,7 +2374,7 @@ DIRECTORY_GRAPH = YES
# The default value is: png.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_IMAGE_FORMAT =
pn
g
DOT_IMAGE_FORMAT =
sv
g
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# 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.
# enable generation of interactive SVG images that allow zooming and panning.
...
@@ -2386,7 +2386,7 @@ DOT_IMAGE_FORMAT = png
...
@@ -2386,7 +2386,7 @@ DOT_IMAGE_FORMAT = png
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# 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
# 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.
# found. If left blank, it is assumed the dot tool can be found in the path.
...
@@ -2460,7 +2460,7 @@ MAX_DOT_GRAPH_DEPTH = 0
...
@@ -2460,7 +2460,7 @@ MAX_DOT_GRAPH_DEPTH = 0
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_TRANSPARENT =
NO
DOT_TRANSPARENT =
YES
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# files in one run (i.e. multiple -o and -T options on the command line). This
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment