[Doxygen-users] VHDL Support
Brought to you by:
dimitri
From: Jaco N. <nau...@gm...> - 2010-07-20 09:57:52
|
Hi Guys I'm new on this list so if this is an old question apologies. We are documenting VHDL code using doxygen and everything is fine, except we are using HDL Author for graphical components and it automatically generates the output files for these graphical components. We've managed to get the output to this point: -- -- DESCRIPTION -- -- =========== -- --! @brief Add a brief description of your architecture. -- --! -- --! @details This must be a detailed description of your architecture. Note -- --! that the description can be multiple lines and can have multiple paragraphs -- --! by adding a single open line like the one below. -- --! -- --! This is the second paragraph of the detailed description. -- --! -- --! REVISION LIST<br> -- --! ============= -- --! -- --! 1.00 20YY/MM/DD Author Name: New Version<br> -- --! 1.01 YYYY/MM/DD Author Name: Add a brief synopsis of the changes made entity BLOCK_TEMPLATE is However doxygen can't parse it because HDL Author adds the -- before the --!. Is there any way to tell doxygen to still parse these lines? Thank you, Jaco |