summaryrefslogtreecommitdiff
path: root/testing/015_cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/015_cond.c')
-rw-r--r--testing/015_cond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/015_cond.c b/testing/015_cond.c
index 0ac209d..6e51932 100644
--- a/testing/015_cond.c
+++ b/testing/015_cond.c
@@ -23,8 +23,8 @@ void cond_enabled()
}
/// \endcond
-/** \cond COND_DISABLED */
- Function not to be shown.
+/** \cond COND_DISABLED
+ Function not to be shown. */
void cond_disabled()
{
}