On Tue, Dec 11, 2012 at 9:09 AM, Carsten Jørgensen <cars...@chin.dk> wrote:
> Thank you, mkk, that works perfectly! :-)

Actually it does not work completely yet... The following will make
the first subtype description end up in the detailed description of
the package and leave the subtype undocumented:

--! \brief First line is ok.
--! This line is also ok.
package example_package is

  --! \brief A brief description; this is included in the package description!
  --! Some longer description which is also included in the package
description...
  subtype a_subtype is std_ulogic;

  --! \brief Another brief description
  --! Another longer description
  subtype another_subtype is std_ulogic;

end package example_package;

Any hints are greatly appreciated! :-)

/carsten

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to