aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/abs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/abs.rst')
-rw-r--r--docs/source/lang/abs.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/source/lang/abs.rst b/docs/source/lang/abs.rst
index ed95e6f..0f71d9b 100644
--- a/docs/source/lang/abs.rst
+++ b/docs/source/lang/abs.rst
@@ -1,13 +1,19 @@
+.. highlight:: cpp
+
.. _lang-abs:
-abs(x)
+abs()
======
-Description
------------
-
(Macro) computes the absolute value of a number.
+Syntax
+------
+
+::
+
+ abs(x)
+
Parameters
----------