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.van.der.wo...@3t.nl)

______________________________________________________________
3T B.V.
Institutenweg 6 - NL-7521 PK - Enschede
Tel.: +31(0)53-4336633 - Fax: +31(0)53-4336869
Internet: http://www.3t.nl


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to