Re: [Doxygen-users] VHDL Blocks

2014-12-02 Thread jchang_endiag
Thanks, but unfortunately that did not work. Darius K emailed me and explained that code blocks don't work for process documentation. He suggested using `@code` and `@endcode` as a work-around, which does work. -- View this message in context: http://doxygen.10944.n7.nabble.com/VHDL-Blocks-tp

Re: [Doxygen-users] VHDL Blocks

2014-11-18 Thread mkk
try --! \brief This is my process comment.\n --! \n --! Why isn't this in a code block? -- View this message in context: http://doxygen.10944.n7.nabble.com/VHDL-Blocks-tp6910p6923.html Sent from the Doxygen - Users mailing list archive at Nabble.com. --

[Doxygen-users] VHDL Blocks

2014-11-13 Thread Joseph Chang
I'm trying to use a code block in a VHDL, but I can't seem to get it working. I think I'm following the documentation correctly by indenting 4 spaces relative to the previous paragraph). I've attached my example test.vhd, Doxyfile, and doxygen output. Could someone tell me what I'm doing wrong?