mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Clarify a comment
This commit is contained in:
parent
80ad69c49c
commit
74e16c5293
1 changed files with 3 additions and 2 deletions
|
@ -208,10 +208,11 @@ fn generate_entry_docs(
|
|||
}
|
||||
}
|
||||
|
||||
ValueDef::Body(_, _) => (),
|
||||
ValueDef::Body(_, _) => {
|
||||
// TODO generate docs for un-annotated bodies
|
||||
}
|
||||
|
||||
ValueDef::Dbg { .. } => {
|
||||
|
||||
// Don't generate docs for `dbg`s
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue