Re: [Doxygen-users] Template problem
Brought to you by:
dimitri
|
From: Hendrik S. <Do...@HS...> - 2001-05-12 17:16:50
|
Anyone out there?
(If one does some template meta programming inheriting from
a template parameter is pretty common and having all these
little unknown/undocumented dummy classes cluttering the
documentation really _is_ an annoying problem.)
Schobi
"Ren=E9 Gutschmidt" <r.g...@ca...> wrote:
> Hi !
>
> I have a problem in the following example.
> Example:
>
> template <typename XYZ >
> class ABC : virtual public XYZ { };
>
> Problem:
>
> I have a class template that is derived from its template parameter "XY=
Z".
> Doxygen makes an error and recognizes the 'XYZ' parameter as a real kno=
wn
> class. That's wrong because 'XYZ' is a wild card - only after the objec=
t of
> ABC type is created the type of the template will be known.
> Therefore it would be better, if Doxygen omits the documentation of the
> template parameter 'XYZ '.
>
> MfG
> Ren=E9
|