Skip to content

Commit

Permalink
Improve the docs of ML99_listFromSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Jun 2, 2023
1 parent 2a9df93 commit 5273fa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/metalang99/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
/**
* Constructs a list from the [sequence](seq.html) @p seq.
*
* Note that @p seq items must **not** contain commas. If you want commas in items, such as `(+, -,
* *, /)`, consider wrapping an item in parentheses: `((+, -, *, /))`.
*
* # Examples
*
* @code
Expand Down

0 comments on commit 5273fa4

Please sign in to comment.