[Doxygen-users] links to external classes with tagfiles

2012-07-27 Thread Albert Huang
Hi, First, thanks for all the work done on doxygen - it's been an incredibly useful tool for me. I've been trying to use tagfiles to let one project ('b') link to documentation generated by another ('a'). I have some links successfully generated, but am having trouble with others. What I've obs

[Doxygen-users] Some VHDL questions

2012-07-27 Thread Viktor Puš
Hi all, I`m trying to use Doxygen to document the VHDL code, but I`m quite new to it (Doxygen, not VHDL). I have two questions: Q1: How exactly does the automatic brief/details division work? The example at http://www.stack.nl/~dimitri/doxygen/docblocks.html#vhdlblocks documents the entity by

[Doxygen-users] Some VHDL questions

2012-07-27 Thread Viktor Puš
Hi all, I`m trying to use Doxygen to document the VHDL code, but I`m quite new to it (Doxygen, not VHDL). I have several questions: Q1: How exactly does the automatic brief/details division work? The example at http://www.stack.nl/~dimitri/doxygen/docblocks.html#vhdlblocks documents the entity

[Doxygen-users] Doxygen dot and png files

2012-07-27 Thread cwr
I've been trying to add a dot file to a set of Doxygen html documentation, and I can't really work out how. The dot file is in the project directory, say /home/cwr/project, and I can set "DOTFILE_DIRS = ." and run Doxygen from that directory and get an html subdirectory with the Doxygen output.