Fix pidgindebug.[ch] documentation link and section information

Tue, 06 Nov 2018 16:19:34 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 06 Nov 2018 16:19:34 -0600
changeset 39282
3f692cf40bbb
parent 39279
d641404727c5
child 39283
64bf48e23160

Fix pidgindebug.[ch] documentation link and section information

The documentation for pidgindebug.[ch] wasn't being picked up due
to the xml still pointing to gtkdebug.[ch]. The section information
of the file was also still derived from gtkdebug.[ch]. This patch
fixes both of these issues.

doc/reference/pidgin/pidgin-docs.xml file | annotate | diff | comparison | revisions
pidgin/pidgindebug.h file | annotate | diff | comparison | revisions
--- a/doc/reference/pidgin/pidgin-docs.xml	Tue Nov 06 03:21:37 2018 +0000
+++ b/doc/reference/pidgin/pidgin-docs.xml	Tue Nov 06 16:19:34 2018 -0600
@@ -32,7 +32,7 @@
       <xi:include href="xml/gtknickcolors.xml" />
       <xi:include href="xml/gtkconv-theme.xml" />
       <xi:include href="xml/gtkconv-theme-loader.xml" />
-      <xi:include href="xml/gtkdebug.xml" />
+      <xi:include href="xml/pidgindebug.xml" />
       <xi:include href="xml/gtkdocklet.xml" />
       <xi:include href="xml/gtkdnd-hints.xml" />
       <xi:include href="xml/gtkxfer.xml" />
--- a/pidgin/pidgindebug.h	Tue Nov 06 03:21:37 2018 +0000
+++ b/pidgin/pidgindebug.h	Tue Nov 06 16:19:34 2018 -0600
@@ -22,8 +22,8 @@
 #ifndef PIDGIN_DEBUG_H
 #define PIDGIN_DEBUG_H
 /**
- * SECTION:gtkdebug
- * @section_id: pidgin-gtkdebug
+ * SECTION:pidgindebug
+ * @section_id: pidgin-pidgindebug
  * @short_description: <filename>pidgindebug.h</filename>
  * @title: Debug API
  */

mercurial