mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
add qldoc to RegExpCharEscape
This commit is contained in:
@@ -457,6 +457,15 @@ module Impl implements RegexTreeViewSig {
|
||||
override string getPrimaryQLClass() { result = "RegExpAlt" }
|
||||
}
|
||||
|
||||
/**
|
||||
* A character escape in a regular expression.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
* ```
|
||||
* \.
|
||||
* ```
|
||||
*/
|
||||
class RegExpCharEscape = RegExpEscape;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user