Wrong argument name used in documentation (#1937)

Trivial error in documentation
This commit is contained in:
albert-github 2019-06-30 15:41:53 +02:00 committed by orbitcowboy
parent b07cc09fa9
commit 280a0a7b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ">"
*/