Franz L.
Franz L.

Reputation: 23

doxygen with embedded graphviz uml diagrams

I would like to embed own diagrams in my doxygen documentation. Is it possible to create your own diagrams using graphviz by textual description inside the sourcecode?

Upvotes: 1

Views: 611

Answers (1)

doxygen
doxygen

Reputation: 14869

Yes, have a look at the \dot command.

Note that you can also include message sequence charts via \msc. Dia files using \diafile and as of release 1.8.8 also PlantUML diagrams via a \startuml ... \enduml block.

Upvotes: 2

Related Questions