summaryrefslogtreecommitdiff
path: root/src/cairo-version.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2012-02-16 18:52:16 +0100
committerAndrea Canciani <ranma42@gmail.com>2012-03-29 11:03:18 +0200
commit79740139e05375c4ce3542b571bc6a1e9d9137a7 (patch)
treebdadeb0c4182796dfe6f45473fc7e96fb989e056 /src/cairo-version.c
parentbbafcb3de8c01e2946e565f6ec7e31a3b325dbad (diff)
downloadcairo-79740139e05375c4ce3542b571bc6a1e9d9137a7.tar.gz
doc: Do not use the '@' prefix on some tags
Make the 'Since' and 'Returns' tags consistent by removing the '@' prefix. Fixes some "missing 'Since' field" warnings.
Diffstat (limited to 'src/cairo-version.c')
-rw-r--r--src/cairo-version.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cairo-version.c b/src/cairo-version.c
index 11f919d2e..6e13fa5c3 100644
--- a/src/cairo-version.c
+++ b/src/cairo-version.c
@@ -176,13 +176,13 @@
* @major: the major component of the version number
* @minor: the minor component of the version number
* @micro: the micro component of the version number
- *
+ *
* This macro encodes the given cairo version into an integer. The numbers
* returned by %CAIRO_VERSION and cairo_version() are encoded using this macro.
* Two encoded version numbers can be compared as integers. The encoding ensures
* that later versions compare greater than earlier versions.
*
- * @Returns: the encoded version.
+ * Returns: the encoded version.
**/
/**
@@ -195,9 +195,9 @@
* returned by %CAIRO_VERSION_STRING and cairo_version_string() are encoded using this macro.
* The parameters to this macro must expand to numerical literals.
*
- * @Returns: a string literal containing the version.
+ * Returns: a string literal containing the version.
*
- * @Since: 1.8
+ * Since: 1.8
**/
/**