C++: Make QLDoc comment represent a valid C++ template

This commit is contained in:
Mathias Vorreiter Pedersen
2020-07-29 15:59:19 +02:00
parent 7dd2677746
commit 978bf3aefc

View File

@@ -582,7 +582,7 @@ class TemplateVariable extends Variable {
* float a;
* }
*
* template<type T>
* template<typename T>
* void myTemplateFunction() {
* T b;
* }