From f1190ef2f2719582efcad4109f1215b02baebfdf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 12 Jul 2023 16:45:12 +0200 Subject: docs: various improvements - Switch JSDoc theme to "clean-jsdoc-theme" - Add some custom CSS and JS tweaks to the theme - Use a condensed README.md for the toplevel directory - Include a longer README.md in the documentation portal - Tweak JSDoc annotations for better output results - Register `ucode.mein.io` CNAME Signed-off-by: Jo-Philipp Wich --- lib/math.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/math.c') diff --git a/lib/math.c b/lib/math.c index 7ace577..91c5c30 100644 --- a/lib/math.c +++ b/lib/math.c @@ -15,7 +15,9 @@ */ /** - * This module bundles various mathematical functions. + * # Mathematical Functions + * + * The `math` module bundles various mathematical and trigonometrical functions. * * Functions can be individually imported and directly accessed using the * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#named_import named import} -- cgit v1.2.3