diff options
author | Aleksey Kladov <[email protected]> | 2018-01-28 09:06:43 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-28 09:06:43 +0000 |
commit | d3dedcace8a5fb1f047ecad05d23dce8745252d5 (patch) | |
tree | 52b081d634a0ded7b3f52e59f31f4de57893c9c9 /src/parser | |
parent | cd4e13f10ac61805de41e73c7483f56624e8f5d2 (diff) |
Document events a bit
Diffstat (limited to 'src/parser')
-rw-r--r-- | src/parser/event_parser/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/event_parser/mod.rs b/src/parser/event_parser/mod.rs index 1bb943b5d..7823c476c 100644 --- a/src/parser/event_parser/mod.rs +++ b/src/parser/event_parser/mod.rs | |||
@@ -4,7 +4,6 @@ use {SyntaxKind, Token}; | |||
4 | mod parser; | 4 | mod parser; |
5 | mod grammar; | 5 | mod grammar; |
6 | 6 | ||
7 | |||
8 | /// `Parser` produces a flat list of `Event`s. | 7 | /// `Parser` produces a flat list of `Event`s. |
9 | /// They are converted to a tree-structure in | 8 | /// They are converted to a tree-structure in |
10 | /// a separate pass, via `TreeBuilder`. | 9 | /// a separate pass, via `TreeBuilder`. |