Hello,

for evaluation of DoxyGen for VHDL I have written the following test 
package:

--! @brief The package header comment
--! Another line of comment

PACKAGE const_pack IS

   --! @brief Some nice constant
   CONSTANT constant1 : integer := 2;

   --! Some other nice constant
   CONSTANT constant2 : integer := 3;

END const_pack;

When running DoxyGen, the following warning is displayed:
     G:/doxy_test/hdl/const_pack.vhd:7: warning: Found unknown command 
`\brief'

In the output result, the comment of 'constant1' is showed with the 
comments of the package header and not showed with the definition of the 
constant.
The comment of the second constant is shown well.

How can this be solved?

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