Re: [Doxygen-users] VHDL: how to include elements of a record (and the associated comment)?
Brought to you by:
dimitri
|
From: mkk <mk...@gm...> - 2015-04-28 13:34:18
|
I posted Dimitri a patch for this issue
checkout and compile the current GIT repository
documenting a record should now work.
--! \brief description for a type, which actually is a record
type my_record_1 is record
element_11 : std_logic; --! comment for first element of
my_record_1
element_12 : std_logic; --! comment for second element of
my_record_1
end record;
--
View this message in context: http://doxygen.10944.n7.nabble.com/VHDL-how-to-include-elements-of-a-record-and-the-associated-comment-tp7149p7162.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.
|