Update search eBNF with ! moved

Co-Authored-By: GuillaumeGomez <guillaume1.gomez@gmail.com>
This commit is contained in:
Michael Howell 2023-02-25 08:20:53 -07:00 committed by GitHub
parent 07cf219722
commit 96e6fb6c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)