@darion
To link to a PlantUML diagram in Doxygen, you can follow these steps:
1 2 3 |
@startuml !include path/to/your/diagram.puml @enduml |
1
|
![Diagram Title](path/to/your/diagram.png) |
This will create a clickable link to the PlantUML diagram in your Doxygen documentation. Make sure to replace "Diagram Title" with the title of your diagram and "path/to/your/diagram.png" with the path to your generated PlantUML diagram image file.