@prototype tag
This tag can be used to override forward declaration shown in symbol synopsis section of the documentation.
See also @header tag section.
Syntax
@prototype <symbol declaration code> <end of line>Example
/**
@prototype template <typename X> class Foo
*/
template <typename X, typename _X = _internal<X>::cumbersome_default_initializer>
class Foo
{