Please forgive this question if it is naive or I'm asking in the wrong forum...
I'd like to render some graphs defined inline with some of my source comments with an alternate dot tool (like neato or fdp) and haven't had any luck.
Does anyone here know if there are any future plans to add commands like "\dot_neato", "\enddot_neato", "\dot_fdp", "\enddot_fdp"?
I know I can include links to external images in my doxy documentation. I'd prefer to keep these graph definitions in-line with the comments in the source and let doxygen take care of rendering the images rather than having to generate the images manually from a shell script from yet another file in my code depot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please forgive this question if it is naive or I'm asking in the wrong forum...
I'd like to render some graphs defined inline with some of my source comments with an alternate dot tool (like neato or fdp) and haven't had any luck.
Does anyone here know if there are any future plans to add commands like "\dot_neato", "\enddot_neato", "\dot_fdp", "\enddot_fdp"?
I know I can include links to external images in my doxy documentation. I'd prefer to keep these graph definitions in-line with the comments in the source and let doxygen take care of rendering the images rather than having to generate the images manually from a shell script from yet another file in my code depot.