I'm documenting my VHDL project with doxygen. I have a problem when I try to documentate the statements inside a process. If I try with "--!"
the comment doesn't appear in doxygen HTML output.
Can statements inside a process (if, when... case) be docummented? If yes, how?
Thanks!