mirror of
https://github.com/github/codeql.git
synced 2026-01-09 20:50:21 +01:00
Merge pull request #2327 from nickrolfe/missing_backtick
C++: add missing backtick in qldoc comment
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user