Re: [Boost-docs] \tparam do not seem to be appearing in Quickbook doxygen reference section

Subject: Re: [Boost-docs] \tparam do not seem to be appearing in Quickbook doxygen reference section
From: Daniel James (dnljms_at_[hidden])
Date: 2011-09-03 14:50:43


On 3 September 2011 15:32, Paul A. Bristow <pbristow_at_[hidden]> 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.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC