Hi Alasdair,


Thanks for the suggestion. Unfortunately, adding the '<' character doesn't 
help. This character just gets included as text in the documentation....



Filip



________________________________
Van: Ferro, Alasdair [alasdair_fe...@mentor.com]
Verzonden: donderdag 23 april 2015 11:51
Aan: Fontaine, Filip; doxygen-users@lists.sourceforge.net
Onderwerp: RE: [Doxygen-users] VHDL: how to include elements of a record (and 
the associated comment)?

Filip,

I think that you need to use --!< to document after the member. Have a look at 
http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html#memberdoc

For example:

   --! 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;


Alasdair



------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to