Re: [Doxygen-develop] documenting template parameters.
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2004-03-14 13:18:51
|
On Thu, Mar 11, 2004 at 12:38:57AM +0100, Hagen Moebius wrote: > Hi List. > > I would like to add the TODO-list item #29 which should allow documenting > template parameters via the keyword @tparam or in place. This is just the > announcement I have not done a single line for it, so pls go on and try > and stop I you must. I would like to add this feature because gtkmm > documentation may be in need of it in the future :). Please proceed, and add it ;) > Any input is aprreciated and you are welcome to request features applying > to this task. Look at src/docparser.cpp for a starting point. Commands are listed in src/cmdmapper.cpp. The class that holds the info for a parameter section is DocParamSect (defined in src/docparser.h). The output for the various formats is generated by src/*docvisitor.* using the Visitor design pattern. > Hagen > > PS: Pls also tell me where I should send my patches. Bugzilla seems the > right spot, is it? Bugzilla is a good place indeed. You can also send patches directly to me, but then there is no tracking available, and there is a chance I overlook it/gets lost in the spam. Regards, Dimitri |