aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/mod.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 09:06:43 +0000
committerAleksey Kladov <[email protected]>2018-01-28 09:06:43 +0000
commitd3dedcace8a5fb1f047ecad05d23dce8745252d5 (patch)
tree52b081d634a0ded7b3f52e59f31f4de57893c9c9 /src/parser/event_parser/mod.rs
parentcd4e13f10ac61805de41e73c7483f56624e8f5d2 (diff)
Document events a bit
Diffstat (limited to 'src/parser/event_parser/mod.rs')
-rw-r--r--src/parser/event_parser/mod.rs1
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};
4mod parser; 4mod parser;
5mod grammar; 5mod 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`.