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