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
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.
--
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?