summaryrefslogtreecommitdiff
path: root/libpurple/account.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-12-11 20:18:06 -0600
committerGary Kramlich <grim@reaperworld.com>2021-12-11 20:18:06 -0600
commit9efdb44552c6b52a9b0a500b8e42665c93746378 (patch)
tree45b432e515d59af77959016d65d90347cd9f6ee4 /libpurple/account.h
parent468756c9a9d22ea46b760b4eab0d397215e87809 (diff)
downloadpidgin-9efdb44552c6b52a9b0a500b8e42665c93746378.tar.gz
Remove unnecessary gtk-doc comments and move them where possible from libpurple/[a-c]*.h
Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1178/
Diffstat (limited to 'libpurple/account.h')
-rw-r--r--libpurple/account.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/libpurple/account.h b/libpurple/account.h
index 55d10e491f..7dd88cc79e 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -26,17 +26,6 @@
#ifndef PURPLE_ACCOUNT_H
#define PURPLE_ACCOUNT_H
-/**
- * SECTION:account
- * @section_id: libpurple-account
- * @short_description: <filename>account.h</filename>
- * @title: Account Object
- *
- * A #PurpleAccount is the core configuration for connecting to a specific
- * account. User interfaces typically allow users to create these in a dialog
- * or wizard.
- */
-
#include <glib.h>
#include <glib-object.h>
@@ -118,6 +107,14 @@ G_BEGIN_DECLS
/**************************************************************************/
/**
+ * PurpleAccount:
+ *
+ * A #PurpleAccount is the core configuration for connecting to a specific
+ * account. User interfaces typically allow users to create these in a dialog
+ * or wizard.
+ */
+
+/**
* purple_account_get_type:
*
* Returns: The #GType for the Account object.