Reputation: 23
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
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