Re: \tparam do not seem to be appearing in Quickbook doxygen reference section
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3yfQ3pXmnzUj7vh==q-OnX7goAzQLHoQUeOueJmEhSD3Ag@mail.gmail.com> |
On 3 September 2011 15:32, Paul A. Bristow <[email protected]> wrote: > namespace boost { > namespace mylibrary { > class myclass; > template<typename T> class templatet; > int donowt(int); > template<int size> int nontype(); > } > } > > Description > > nontype template function that just returns the template value. > Requires:No preconditions. > Postconditions: No side effects. > Returns:constant integer size always. > > I expect > > \tparam size is a constant integer template value. > > to produce > > Parameter size is a constant integer template value. > > Is there something I can be doing wrong? Or could I be using the wrong version (my boost-root is > trunk) ? It only seems to be implemented for classes. 'size' is a template parameter for a method.