diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 62de5b20..2460c406 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -34,6 +34,7 @@ * This function prints a debug message immediately to stpd. * If the last character is not a newline, then one is added. * @param args A variable number of args in a format like printf. + * @ingroup io */ #define dbug(args...) _stp_dbug(__FUNCTION__, __LINE__, args) #else |