diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-08-23 14:22:05 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-08-23 14:24:46 +0200 |
commit | 7dde4933be3408b6fbddd881681f298163a8318f (patch) | |
tree | ca4449c40feb859455378f62a3b0f06342018cb5 | |
parent | ce39326dbc26a1b9cfe063f8961da61013fd1bd1 (diff) |
docs: add missing headline to debug module documentation
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | lib/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debug.c b/lib/debug.c index de2711b..40b044e 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -15,6 +15,8 @@ */ /** + * # Debugger Module + * * This module provides runtime debug functionality for ucode scripts. * * Functions can be individually imported and directly accessed using the |