[Developers] dox tricks
John Sibert
sibert at hawaii.edu
Wed Aug 7 11:48:15 PDT 2013
While writing some dox for posfun(...), I came across some useful
special Doxygen commands for handling overloaded functions, e.g.
> /**
> \brief \copybrief posfun(const dvariable&, const double, const
> prevariable&)
> \details \copydetails posfun(const dvariable&, const double, const
> prevariable&)
> \ingroup misc
> */
will copy the brief and detailed sections into a different function. A
bit awkward perhaps by saves duping a lot of text.
--
John Sibert
Emeritus Researcher, SOEST
University of Hawaii at Manoa
Honolulu HI (GMT-10)
808-294-3842
Visit the ADMB project http://admb-project.org/
More information about the Developers
mailing list