Wrong argument name used in documentation (#1937)
Trivial error in documentation
This commit is contained in:
parent
b07cc09fa9
commit
280a0a7b2f
|
@ -79,7 +79,7 @@ public:
|
|||
/**
|
||||
* Constructor used for declarations.
|
||||
* \param tok template declaration token "template < ... >"
|
||||
* \param scope full qualification of template
|
||||
* \param s full qualification of template(scope)
|
||||
* \param nt template name token "template < ... > class name"
|
||||
* \param pe template parameter end token ">"
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue