mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
add qldoc to RegExpCharEscape
This commit is contained in:
@@ -561,6 +561,15 @@ module Impl implements RegexTreeViewSig {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A character escape in a regular expression.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
* ```
|
||||
* \.
|
||||
* ```
|
||||
*/
|
||||
class RegExpCharEscape = RegExpEscape;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user