diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-07-12 16:45:12 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-07-13 10:41:24 +0200 |
commit | f1190ef2f2719582efcad4109f1215b02baebfdf (patch) | |
tree | d9a2644de3ba6c1032a4a3b5643fa78b26a84aa8 /lib.c | |
parent | cba0c3cf5312cdaed0538bb3dbf87b31b3e89916 (diff) |
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 <jo@mein.io>
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ */ /** - * Builtin functions. + * # Builtin functions * * The core namespace is not an actual module but refers to the set of * builtin functions and properties available to `ucode` scripts. |