I want to include an external dot diagram to my doxygen documentation — in \mainpage My Personal Index Page. How would I go about it?
Would I include it as an attached png or can I have doxygen generate the diagram itself?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
\dotfilecommand to reference a dot file from inside a doxygen comment block.Doxygen will run
dotand include the resulting image in the generated documentation.See http://www.doxygen.nl/manual/commands.html#cmddotfile for more info.