[Doxygen-users] VHDL: comments on elements of an enumation type not shown
Brought to you by:
dimitri
From: Jacob V. d. W. <J.v...@3t...> - 2014-10-15 09:17:52
|
Hello, describing a enumerated type definition works fine. But when describing the elements of the type definitions, there comments doesn't show up in the results. Test entity: ENTITY enum_test IS END ENTITY enum_test; ARCHITECTURE arch OF enum_test IS --! An enumerated type TYPE t_enum IS ( e_a, --! enum a e_b, --! enum b e_c --! enum c ); BEGIN END ARCHITECTURE arch; How do I enable this? Kind regards, Jacob -- Jacob Van der Woude (J.v...@3t...) ______________________________________________________________ 3T B.V. Institutenweg 6 - NL-7521 PK - Enschede Tel.: +31(0)53-4336633 - Fax: +31(0)53-4336869 Internet: http://www.3t.nl |