Hello out there!
Recently I tried documenting a template class for the first time using
doxygen, which works rather fine.
I also provide a few template classes which I try to document using the
standard "function header"
/**
* In this function, I do _something_
*/
function declaration
But unfortunately, this template function doesn't appear in the
doxygen-erated documentation. What am I doing wrong? Could maybe someone
give me a short real-life example for a correct template class/ function
documentation?!
Thanks in advance,
Stephan
|