/soc/2013/ankitkv/gobjectification: d4207ffd0d1a: Add section bl...

Ankit Vani a at nevitus.org
Mon Feb 3 12:15:22 EST 2014


Changeset: d4207ffd0d1a0d5fa7517e367a87486f89af70f4
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-03 19:41 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/d4207ffd0d1a

Description:

Add section blocks for ciphers

diffstat:

 libpurple/ciphers/aescipher.h    |  12 +++++++-----
 libpurple/ciphers/des3cipher.h   |  12 +++++++-----
 libpurple/ciphers/descipher.h    |  12 +++++++-----
 libpurple/ciphers/hmaccipher.h   |  12 +++++++-----
 libpurple/ciphers/md4hash.h      |  12 ++++++++----
 libpurple/ciphers/md5hash.h      |  12 +++++++-----
 libpurple/ciphers/pbkdf2cipher.h |  12 +++++++-----
 libpurple/ciphers/rc4cipher.h    |  12 +++++++-----
 libpurple/ciphers/sha1hash.h     |  12 +++++++-----
 libpurple/ciphers/sha256hash.h   |  12 +++++++-----
 10 files changed, 71 insertions(+), 49 deletions(-)

diffs (260 lines):

diff --git a/libpurple/ciphers/aescipher.h b/libpurple/ciphers/aescipher.h
--- a/libpurple/ciphers/aescipher.h
+++ b/libpurple/ciphers/aescipher.h
@@ -1,8 +1,3 @@
-/**
- * @file aes.h Purple AES Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:aescipher
+ * @section_id: libpurple-aescipher
+ * @title: ciphers/aescipher.h
+ * @short_description: AES Cipher
+ */
+
 #ifndef PURPLE_AES_CIPHER_H
 #define PURPLE_AES_CIPHER_H
 
diff --git a/libpurple/ciphers/des3cipher.h b/libpurple/ciphers/des3cipher.h
--- a/libpurple/ciphers/des3cipher.h
+++ b/libpurple/ciphers/des3cipher.h
@@ -1,8 +1,3 @@
-/**
- * @file des3.h Purple Triple-DES Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:des3cipher
+ * @section_id: libpurple-des3cipher
+ * @title: ciphers/des3cipher.h
+ * @short_description: Triple-DES Cipher
+ */
+
 #ifndef PURPLE_DES3_CIPHER_H
 #define PURPLE_DES3_CIPHER_H
 
diff --git a/libpurple/ciphers/descipher.h b/libpurple/ciphers/descipher.h
--- a/libpurple/ciphers/descipher.h
+++ b/libpurple/ciphers/descipher.h
@@ -1,8 +1,3 @@
-/**
- * @file des.h Purple DES Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+/**
+ * SECTION:descipher
+ * @section_id: libpurple-descipher
+ * @title: ciphers/descipher.h
+ * @short_description: DES Cipher
+ */
+
 #ifndef PURPLE_DES_CIPHER_H
 #define PURPLE_DES_CIPHER_H
 
diff --git a/libpurple/ciphers/hmaccipher.h b/libpurple/ciphers/hmaccipher.h
--- a/libpurple/ciphers/hmaccipher.h
+++ b/libpurple/ciphers/hmaccipher.h
@@ -1,8 +1,3 @@
-/**
- * @file hmac.h Purple HMAC Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:hmaccipher
+ * @section_id: libpurple-hmaccipher
+ * @title: ciphers/hmaccipher.h
+ * @short_description: HMAC Cipher
+ */
+
 #ifndef PURPLE_HMAC_CIPHER_H
 #define PURPLE_HMAC_CIPHER_H
 
diff --git a/libpurple/ciphers/md4hash.h b/libpurple/ciphers/md4hash.h
--- a/libpurple/ciphers/md4hash.h
+++ b/libpurple/ciphers/md4hash.h
@@ -1,7 +1,4 @@
-/**
- * @file md4.h Purple MD4 hash
- * @ingroup core
- *
+/*
  * purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -22,6 +19,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+/**
+ * SECTION:md4hash
+ * @section_id: libpurple-md4hash
+ * @title: ciphers/md4hash.h
+ * @short_description: MD4 hash
+ */
+
 #ifndef PURPLE_MD4_HASH_H
 #define PURPLE_MD4_HASH_H
 
diff --git a/libpurple/ciphers/md5hash.h b/libpurple/ciphers/md5hash.h
--- a/libpurple/ciphers/md5hash.h
+++ b/libpurple/ciphers/md5hash.h
@@ -1,8 +1,3 @@
-/**
- * @file md5.h Purple MD5 Hash
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:md5hash
+ * @section_id: libpurple-md5hash
+ * @title: ciphers/md5hash.h
+ * @short_description: MD5 Hash
+ */
+
 #ifndef PURPLE_MD5_HASH_H
 #define PURPLE_MD5_HASH_H
 
diff --git a/libpurple/ciphers/pbkdf2cipher.h b/libpurple/ciphers/pbkdf2cipher.h
--- a/libpurple/ciphers/pbkdf2cipher.h
+++ b/libpurple/ciphers/pbkdf2cipher.h
@@ -1,8 +1,3 @@
-/**
- * @file pbkdf2.h Purple PBKDF2 Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:pbkdf2cipher
+ * @section_id: libpurple-pbkdf2cipher
+ * @title: ciphers/pbkdf2cipher.h
+ * @short_description: PBKDF2 Cipher
+ */
+
 #ifndef PURPLE_PBKDF2_CIPHER_H
 #define PURPLE_PBKDF2_CIPHER_H
 
diff --git a/libpurple/ciphers/rc4cipher.h b/libpurple/ciphers/rc4cipher.h
--- a/libpurple/ciphers/rc4cipher.h
+++ b/libpurple/ciphers/rc4cipher.h
@@ -1,8 +1,3 @@
-/**
- * @file rc4.h Purple RC4 Cipher
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:rc4cipher
+ * @section_id: libpurple-rc4cipher
+ * @title: ciphers/rc4cipher.h
+ * @short_description: RC4 Cipher
+ */
+
 #ifndef PURPLE_RC4_CIPHER_H
 #define PURPLE_RC4_CIPHER_H
 
diff --git a/libpurple/ciphers/sha1hash.h b/libpurple/ciphers/sha1hash.h
--- a/libpurple/ciphers/sha1hash.h
+++ b/libpurple/ciphers/sha1hash.h
@@ -1,8 +1,3 @@
-/**
- * @file sha1.h Purple SHA1 Hash
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:sha1hash
+ * @section_id: libpurple-sha1hash
+ * @title: ciphers/sha1hash.h
+ * @short_description: SHA1 Hash
+ */
+
 #ifndef PURPLE_SHA1_HASH_H
 #define PURPLE_SHA1_HASH_H
 
diff --git a/libpurple/ciphers/sha256hash.h b/libpurple/ciphers/sha256hash.h
--- a/libpurple/ciphers/sha256hash.h
+++ b/libpurple/ciphers/sha256hash.h
@@ -1,8 +1,3 @@
-/**
- * @file sha256.h Purple SHA256 Hash
- * @ingroup core
- */
-
 /* purple
  *
  * Purple is the legal property of its developers, whose names are too numerous
@@ -23,6 +18,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+/**
+ * SECTION:sha256hash
+ * @section_id: libpurple-sha256hash
+ * @title: ciphers/sha256hash.h
+ * @short_description: SHA256 Hash
+ */
+
 #ifndef PURPLE_SHA256_HASH_H
 #define PURPLE_SHA256_HASH_H
 



More information about the Commits mailing list