pidgin/pidgin

1fbba07f21cf
Parents bdb3a738acea
Children b5b1bffc48fb
Remove unnecessary gtk-doc comments from pidgin

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1176/
--- a/pidgin/pidgin.h.in Sat Dec 11 20:03:16 2021 -0600
+++ b/pidgin/pidgin.h.in Sat Dec 11 20:04:54 2021 -0600
@@ -23,18 +23,6 @@
#ifndef PIDGIN_PIDGIN_H
#define PIDGIN_PIDGIN_H
-/**
- * SECTION:pidgin
- * @section_id: libpurple-purple
- * @short_description: <filename>pidgin.h</filename>
- * @title: Global header for Pidgin
- *
- * This file contains all the necessary preprocessor directives to include
- * Pidgin's headers and other preprocessor directives required for plugins
- * to build. Including this file eliminates the need to directly include any
- * other Pidgin files.
- */
-
#include <glib.h>
#ifndef __GI_SCANNER__
--- a/pidgin/prefs/pidgincredentialproviderrow.h Sat Dec 11 20:03:16 2021 -0600
+++ b/pidgin/prefs/pidgincredentialproviderrow.h Sat Dec 11 20:04:54 2021 -0600
@@ -27,16 +27,6 @@
#ifndef PIDGIN_CREDENTIAL_PROVIDER_ROW_H
#define PIDGIN_CREDENTIAL_PROVIDER_ROW_H
-/**
- * SECTION:pidgincredentialproviderrow
- * @section_id: pidgin-pidgincredentialproviderrow
- * @short_description: The preferences widget for a credential provider.
- * @title: Credential provider widget
- *
- * #PidginCredentialProviderRow is a widget for the preferences window to let
- * users configure their credential provider.
- */
-
#include <glib.h>
#include <gtk/gtk.h>
@@ -60,7 +50,8 @@
/**
* PidginCredentialProviderRow:
*
- * A widget that displays a credential provider.
+ * #PidginCredentialProviderRow is a widget for the preferences window to let
+ * users configure their credential provider.
*
* Since: 3.0.0
*/
--- a/pidgin/prefs/pidgincredentialspage.h Sat Dec 11 20:03:16 2021 -0600
+++ b/pidgin/prefs/pidgincredentialspage.h Sat Dec 11 20:04:54 2021 -0600
@@ -27,16 +27,6 @@
#ifndef PIDGIN_CREDENTIALS_PAGE_H
#define PIDGIN_CREDENTIALS_PAGE_H
-/**
- * SECTION:pidgincredentialspage
- * @section_id: pidgin-pidgincredentialspage
- * @short_description: The preferences page for credential management.
- * @title: Credential management widget
- *
- * #PidginCredentialsPage is a widget for the preferences window to let users
- * choose and configure their credential provider.
- */
-
#include <glib.h>
#include <gtk/gtk.h>
@@ -58,7 +48,8 @@
/**
* PidginCredentialsPage:
*
- * A widget that displays a page of credential settings.
+ * #PidginCredentialsPage is a widget for the preferences window to let users
+ * choose and configure their credential provider.
*
* Since: 3.0.0
*/
--- a/pidgin/prefs/pidginprefs.h Sat Dec 11 20:03:16 2021 -0600
+++ b/pidgin/prefs/pidginprefs.h Sat Dec 11 20:04:54 2021 -0600
@@ -26,12 +26,6 @@
#ifndef PIDGIN_PREFS_H
#define PIDGIN_PREFS_H
-/**
- * SECTION:pidginprefs
- * @section_id: pidgin-pidginprefs
- * @short_description: <filename>pidginprefs.h</filename>
- * @title: Preferences
- */
#include <purple.h>
--- a/pidgin/win32/gtkwin32dep.h Sat Dec 11 20:03:16 2021 -0600
+++ b/pidgin/win32/gtkwin32dep.h Sat Dec 11 20:04:54 2021 -0600
@@ -19,12 +19,6 @@
*/
#ifndef _GTKWIN32DEP_H_
#define _GTKWIN32DEP_H_
-/**
- * SECTION:gtkwin32dep
- * @section_id: pidgin-gtkwin32dep
- * @short_description: <filename>gtkwin32dep.h</filename>
- * @title: UI Win32 Specific Functionality
- */
#include <config.h>