summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-28 04:18:56 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-28 04:18:56 +0200
commit1799b799266b50c2ffcc8f80e40e8f562beecb45 (patch)
treeba63a76326ef75e72cdeb6fdc492c0fa0b8b4cd7
parent699daad79414a38bc1f46dffe9bb65be2b8bbe09 (diff)
debug: fix typo in doxygen marker
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--include/dect/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dect/debug.h b/include/dect/debug.h
index 3a79579..c3eb317 100644
--- a/include/dect/debug.h
+++ b/include/dect/debug.h
@@ -30,7 +30,7 @@ extern void dect_set_debug_hook(void (*fn)(enum dect_debug_subsys subsys,
const char *fmt, va_list ap)
__fmtstring(2, 0));
-/**< @} */
+/** @} */
#ifdef __cplusplus
}