Skip to content

Support for diagrams and dot files #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
moschmdt opened this issue Dec 26, 2023 · 4 comments · May be fixed by #99
Closed

Support for diagrams and dot files #83

moschmdt opened this issue Dec 26, 2023 · 4 comments · May be fixed by #99

Comments

@moschmdt
Copy link

moschmdt commented Dec 26, 2023

Thank you for the plugin - I really like it!

Is it currently supported to generate dot files or diagrams?

I tried it with the following config:

Project:
  src-dirs: src/
  full-doc: True
  doxy-cfg:
      FILE_PATTERNS: "*.cpp *.hpp"
      RECURSIVE: True
      HAVE_DOT: True
      DOT_IMAGE_FORMAT: svg
      INTERACTIVE_SVG: True
      CLASS_GRAPH: True
      INCLUDE_GRAPH: True

Unfortunately, this did not work so far.

@JakubAndrysek
Copy link
Owner

Look at the discussion: #43

@moschmdt
Copy link
Author

Looking forward to the new feature. Thank you!

@JakubAndrysek
Copy link
Owner

I have tried to implement showing diagrams, but it needs more time to finish the task.
The branch is under development: https://github.com/JakubAndrysek/MkDoxy/tree/diagrams-support

@JakubAndrysek
Copy link
Owner

If you want to help with the development, I would be grateful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants