summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-11-21 14:42:23 +0100
committerMarcin Kolny <marcin.kolny@gmail.com>2014-12-01 00:16:56 +0100
commit442e6612af038fe1ff7c38030f6993ff5cd90ff2 (patch)
treebbd00619a1f6886b97ea01aa454127d6de5881b7
parentb6c3acdf47844c254209e3d09b681bf4c85a8aaa (diff)
downloadglibmm-442e6612af038fe1ff7c38030f6993ff5cd90ff2.tar.gz
Glib::Checksum::ChecksumType: Remove erroneous documentation
* glib/src/checksum.hg: Remove the erroneous '@class ChecksumType' comment. Should have been '@enum ChecksumType'. It's unnecessary now that gmmproc generates enum documentation.
-rw-r--r--glib/src/checksum.hg16
1 files changed, 1 insertions, 15 deletions
diff --git a/glib/src/checksum.hg b/glib/src/checksum.hg
index ec1351fa..84a7ba0d 100644
--- a/glib/src/checksum.hg
+++ b/glib/src/checksum.hg
@@ -41,22 +41,8 @@ class Checksum
{
_CLASS_OPAQUE_COPYABLE(Checksum, GChecksum, NONE, g_checksum_copy, g_checksum_free)
_IGNORE(g_checksum_copy, g_checksum_free)
-public:
- /**
- * @class ChecksumType:
- * @a CHECKSUM_MD5: Use the MD5 hashing algorithm
- * @a CHECKSUM_SHA1: Use the SHA-1 hashing algorithm
- * @a CHECKSUM_SHA256: Use the SHA-256 hashing algorithm
- *
- * The hashing algorithm to be used by Checksum when performing the
- * digest of some data.
- *
- * Note that the ChecksumType enumeration may be extended at a later
- * date to include new hashing algorithm types.
- *
- * @newin{2,16}
- */
+public:
_WRAP_ENUM(ChecksumType, GChecksumType, NO_GTYPE)
#m4 _CONVERSION(`ChecksumType', `GChecksumType', `(($2)$3)')