summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-08 21:07:19 +0000
committerhunt <hunt>2005-07-08 21:07:19 +0000
commit05064f3b7d785e5ef738c0f5486cde97de416e84 (patch)
tree0be51ab8c44bbd49ead7e36f1a68a1e091383fbd
parentba8ae8e04528369bcf7a0f46cb881299e50c50d1 (diff)
downloadsystemtap-steved-05064f3b7d785e5ef738c0f5486cde97de416e84.tar.gz
systemtap-steved-05064f3b7d785e5ef738c0f5486cde97de416e84.tar.xz
systemtap-steved-05064f3b7d785e5ef738c0f5486cde97de416e84.zip
Update docs
-rw-r--r--runtime/runtime.h1
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