Skip to content

Support for class diagrams/Graphs #129

@elad-v

Description

@elad-v

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

No one assigned

    Labels

    WIPWork in Progress

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions