From 05064f3b7d785e5ef738c0f5486cde97de416e84 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 8 Jul 2005 21:07:19 +0000 Subject: Update docs --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') 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 -- cgit