Skip to content

Commit

Permalink
[docs] for old-syntax and enable-curried-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Nov 26, 2024
1 parent 4310154 commit 82eb38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parse-module.typ
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@
/// -> str
preamble: "",

/// Whether to enable the detection of curried functions.
/// -> boolean
enable-curried-functions: true,

/// Whether to use the old documentation syntax.
/// -> boolean
old-syntax: false
) = {
Expand Down

0 comments on commit 82eb38d

Please sign in to comment.