[Doxygen-develop] VHDL package record member documentation broken since 1.7.5 (?)
Brought to you by:
dimitri
From: Florian M. <Flo...@Be...> - 2013-04-05 12:46:06
|
Hello doxygen developers, this relates to the observation of another user: http://doxygen.10944.n7.nabble.com/VHDL-and-packages-tp5078.html When using doxygen 1.7.4 with VHDL record types defined inside packages, the individual members documented by a --! string each worked fine and showed up in the resulting HTML: classtest__p___174.html <http://doxygen.10944.n7.nabble.com/file/n5835/classtest__p___174.html> With the recent version (and probably some of the other versions in between, the 1.7.5 in the title is just a presumption), the member documentation strings do not end up in the doxygen output. Even worse, they influence the documentation value of types defined after the first type which had record members documented: classtest__p___1831.html <http://doxygen.10944.n7.nabble.com/file/n5835/classtest__p___1831.html> This is the example VHDL package to reproduce the problem. test_p.vhd <http://doxygen.10944.n7.nabble.com/file/n5835/test_p.vhd> Regards, Florian -- View this message in context: http://doxygen.10944.n7.nabble.com/VHDL-package-record-member-documentation-broken-since-1-7-5-tp5835.html Sent from the Doxygen - Development mailing list archive at Nabble.com. |