Re: [Doxygen-users] VHDL and packages

2012-12-11 Thread Carsten Jørgensen
Thank you, mkk, that works perfectly! :-) /Carsten On Sun, Dec 2, 2012 at 7:13 PM, mkk1 wrote: > > > > Carsten Jørgensen-2 wrote: >> >> Hi all >> >> I am using doxygen to generate documentation for a VHDL project. >> >> Most things seems to work fine however for types (or packages?) there >> is

Re: [Doxygen-users] VHDL and packages

2012-12-11 Thread Carsten Jørgensen
On Tue, Dec 11, 2012 at 9:09 AM, Carsten Jørgensen 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

Re: [Doxygen-users] VHDL and packages

2012-12-02 Thread mkk1
Carsten Jørgensen-2 wrote: > > Hi all > > I am using doxygen to generate documentation for a VHDL project. > > Most things seems to work fine however for types (or packages?) there > is a rather cumbersome problem. The following is an example: > > --! First line is ok. > --! > --! This desc

[Doxygen-users] VHDL and packages

2012-12-01 Thread Carsten Jørgensen
Hi all I am using doxygen to generate documentation for a VHDL project. Most things seems to work fine however for types (or packages?) there is a rather cumbersome problem. The following is an example: --! First line is ok. --! --! This description will be the second line under "Detailed Descr