summaryrefslogtreecommitdiffstats
path: root/examples/define.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:37:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:37:58 (GMT)
commit916d6d5c6f6c9d14c4c9a636582671c81447f54a (patch)
treeb859924ab8503fed25bbfbc7ea96b72b9dee34b0 /examples/define.h
parenta54eecdf4b3c961ff41bc5d3ea6f21713e08f903 (diff)
downloadDoxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.zip
Doxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.tar.gz
Doxygen-916d6d5c6f6c9d14c4c9a636582671c81447f54a.tar.bz2
mods for doxygen-0.49-991106
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))