diff options
author | David Robillard <d@drobilla.net> | 2011-02-12 00:36:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-12 00:36:14 +0000 |
commit | e07eb06e7d29cc2ddee94e24571118d09c624e1e (patch) | |
tree | 744f4e71db112d8eeb7b492ab38d41cbe8a9c6e3 /slv2/scalepoint.h | |
parent | 0b6bdcce6cea21909553a334629a5b3d004bd553 (diff) | |
download | lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.tar.gz lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.tar.bz2 lilv-e07eb06e7d29cc2ddee94e24571118d09c624e1e.zip |
Tidy up documentation, remove cruft.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2924 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/scalepoint.h')
-rw-r--r-- | slv2/scalepoint.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/slv2/scalepoint.h b/slv2/scalepoint.h index 290ed14..eec1d84 100644 --- a/slv2/scalepoint.h +++ b/slv2/scalepoint.h @@ -25,21 +25,19 @@ extern "C" { #include "slv2/types.h" -/** \addtogroup slv2_data +/** @addtogroup slv2_data * @{ */ /** Get the label of this scale point (enumeration value) - * - * Returned value is owned by \a point and must not be freed. + * Returned value is owned by @a point and must not be freed. */ SLV2_API SLV2Value slv2_scale_point_get_label(SLV2ScalePoint point); /** Get the value of this scale point (enumeration value) - * - * Returned value is owned by \a point and must not be freed. + * Returned value is owned by @a point and must not be freed. */ SLV2_API SLV2Value |