@prototype tag

This tag can be used to override forward declaration shown in symbol synopsis section of the documentation.

See also @header tag.

Syntax [link] 

@prototype <symbol declaration code> <end of line>

Example [link] 

/**
@prototype template <typename X> class Foo
*/

template <typename X, typename _X = _internal<X>::cumbersome_default_initializer>
class Foo
{
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc