diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-08-23 14:41:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 14:41:38 +0200 |
commit | 9fb270e23afae419b4a724364680c3ea6cb4ba69 (patch) | |
tree | b54ac64b8e4c7a77526ad4a6b47fdba015ae7166 /lib/debug.c | |
parent | ce39326dbc26a1b9cfe063f8961da61013fd1bd1 (diff) | |
parent | c9982deea6ef7b729c4b802560c8e1656b9a910f (diff) |
Merge pull request #169 from jow-/docs-improvements
Documentation improvements
Diffstat (limited to 'lib/debug.c')
-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 |