Update search eBNF with !
moved
Co-Authored-By: GuillaumeGomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
07cf219722
commit
96e6fb6c57
@ -611,8 +611,8 @@ function initSearch(rawSearchIndex) {
|
|||||||
*
|
*
|
||||||
* The supported syntax by this parser is as follow:
|
* The supported syntax by this parser is as follow:
|
||||||
*
|
*
|
||||||
* ident = *(ALPHA / DIGIT / "_") [!]
|
* ident = *(ALPHA / DIGIT / "_")
|
||||||
* path = ident *(DOUBLE-COLON ident)
|
* path = ident *(DOUBLE-COLON ident) [!]
|
||||||
* arg = path [generics]
|
* arg = path [generics]
|
||||||
* arg-without-generic = path
|
* arg-without-generic = path
|
||||||
* type-sep = COMMA/WS *(COMMA/WS)
|
* type-sep = COMMA/WS *(COMMA/WS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user