Difference between revisions of "MASC/Doxygen"
From Vlsiwiki
Tom Golubev (Talk | contribs) (Created page with 'Doxygen howto howto: http://www.intelligentdv.com/blog/20/doxygen-filter-for-systemverilog-released/ svn checkout http://svn.intelligentdv.com/Doxygen original version uses *.…') |
Tom Golubev (Talk | contribs) |
||
Line 12: | Line 12: | ||
consts are lumped into the variables - normal? | consts are lumped into the variables - normal? | ||
+ | |||
+ | Simple how to comment tutorial | ||
+ | http://www.upl.cs.wisc.edu/tutorials/doxygen/handout/doxygentut.html |
Latest revision as of 22:37, 19 January 2010
Doxygen howto
howto: http://www.intelligentdv.com/blog/20/doxygen-filter-for-systemverilog-released/
svn checkout http://svn.intelligentdv.com/Doxygen
original version uses *.sv files -- defined in trunk/doxyfile/idv_doxyfile_sv.delta
changed to *.v
packed struct is treated like a single struct named pack, need to add functionality.
consts are lumped into the variables - normal?
Simple how to comment tutorial http://www.upl.cs.wisc.edu/tutorials/doxygen/handout/doxygentut.html