[Doxygen-users] template function problems
Brought to you by:
dimitri
From: Stephan S. <ste...@we...> - 2001-08-24 20:23:47
|
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 |