C++: add missing backtick in qldoc comment

This commit is contained in:
Nick Rolfe
2019-11-14 13:20:41 +00:00
parent 1159344972
commit f5513342d6

View File

@@ -223,7 +223,7 @@ abstract class Declaration extends Locatable, @declaration {
* Will have `getTemplateArgument(0)` return `T`, and
* `getTemplateArgument(1)` return `X`.
*
* `Foo<int, 1> bar;
* `Foo<int, 1> bar;`
*
* Will have `getTemplateArgument())` return `int`, and
* `getTemplateArgument(1)` return `1`.