From 82eb38d01da33087497433e3eddf4fa27c996375 Mon Sep 17 00:00:00 2001 From: Mc-Zen Date: Tue, 26 Nov 2024 12:01:55 +0100 Subject: [PATCH] [docs] for `old-syntax` and `enable-curried-functions` --- src/parse-module.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/parse-module.typ b/src/parse-module.typ index b6bf0b9..8ebc117 100644 --- a/src/parse-module.typ +++ b/src/parse-module.typ @@ -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 ) = {