mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Parse doc comments
This commit is contained in:
parent
4d8cbc4811
commit
3dac73d8d0
5 changed files with 138 additions and 67 deletions
|
@ -294,6 +294,7 @@ pub enum AssignedField<'a, Val> {
|
|||
pub enum CommentOrNewline<'a> {
|
||||
Newline,
|
||||
LineComment(&'a str),
|
||||
DocComment(&'a str),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue