summaryrefslogtreecommitdiffstats
path: root/examples/define.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/define.h')
-rw-r--r--examples/define.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/define.h b/examples/define.h
index 9a8e4d0..393010e 100644
--- a/examples/define.h
+++ b/examples/define.h
@@ -4,8 +4,7 @@
This is to test the documentation of defines.
*/
-/*! \def ABS(x)
+/*!
The define ABS computes the absolute value of its argument \a x.
*/
-
#define ABS(x) (((x)>0)?(x):-(x))