mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
add qldoc to RegExpCharEscape
This commit is contained in:
@@ -539,6 +539,15 @@ private module Impl implements RegexTreeViewSig {
|
||||
override predicate isNullable() { this.getAChild().isNullable() }
|
||||
}
|
||||
|
||||
/**
|
||||
* A character escape in a regular expression.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
* ```
|
||||
* \.
|
||||
* ```
|
||||
*/
|
||||
class RegExpCharEscape = RegExpEscape;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user