@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
 |  | 
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.