-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
WIPWork in ProgressWork in Progress
Description
Hi,
I am trying to add graphs for the classes in my documentation. I have included the relevant Doxygen tags in the MkDocs configuration to generate the graphs. I can see that the graphs are successfully generated as .png files of the diagrams are found in the Doxygen output.
(graphs, such as the class collaboration diagram and class hierarchy diagram)
However, the graphs are not displayed in the class documentation.
plugins:
- mkdoxy:
projects:
licensing:
src-dirs: .
full-doc: True
doxy-cfg:
INPUT: |
. \
EXCLUDE: |
FILE_PATTERNS: "*.h *.cpp"
RECURSIVE: False
HAVE_DOT: YES
DOT_GRAPH_MAX_NODES: 50
CALL_GRAPH: YES
CALLER_GRAPH: YES
GRAPHICAL_HIERARCHY: YES
DIRECTORY_GRAPH: YES
DOT_UML_LOOK: YES
DOT_IMAGE_FORMAT: png
INTERACTIVE_SVG: YES
UML_LOOK: YES
DOT_UML_DETAILS: YES
UML_LIMIT_NUM_FIELDS: 50
CLASS_GRAPH: YES
COLLABORATION_GRAPH: YES
GROUP_GRAPHS: YES
INCLUDE_GRAPH: YES
INCLUDED_BY_GRAPH: YES
CALL_GRAPH: YES
CALLER_GRAPH: YES
DOT_IMAGE_FORMAT: png
DOT_GRAPH_MAX_NODES: 50
MAX_DOT_GRAPH_DEPTH: 0
DOT_CLEANUP: YES
EXTRACT_PRIVATE: YES
debug: False
Are graphs currently supported? If so, could you guide me on how to enable them properly?
Thank you.
Metadata
Metadata
Assignees
Labels
WIPWork in ProgressWork in Progress