[glibmm] Glib::Checksum::ChecksumType: Remove erroneous documentation



commit e7dea6d41dffe9f9f77c3e1a9a68ce66a4555d8f
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Fri Nov 21 14:42:23 2014 +0100

    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.

 glib/src/checksum.hg |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)
---
diff --git a/glib/src/checksum.hg b/glib/src/checksum.hg
index ec1351f..84a7ba0 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)')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]