mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
cpp/swift: fix qldoc
This commit is contained in:
@@ -10,7 +10,7 @@ private module Impl implements InlineExpectationsTestSig {
|
||||
private newtype TExpectationComment = MkExpectationComment(C::CppStyleComment c)
|
||||
|
||||
/**
|
||||
* Represents a line comment in the CPP style.
|
||||
* A class representing a line comment in the CPP style.
|
||||
* Unlike the `CppStyleComment` class, however, the string returned by `getContents` does _not_
|
||||
* include the preceding comment marker (`//`).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user