summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-11-06 16:19:34 -0600
committerMike Ruprecht <cmaiku@gmail.com>2018-11-06 16:19:34 -0600
commit721ab7080661acedb7dfb1b2416820df810d545b (patch)
treeb8e6c93bd938e1e5f537f51307fb7c0d88e05d29
parenta55c5d452c91c3cf5f3a84f5450ababc0f7b6d19 (diff)
downloadpidgin-721ab7080661acedb7dfb1b2416820df810d545b.tar.gz
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.
-rw-r--r--doc/reference/pidgin/pidgin-docs.xml2
-rw-r--r--pidgin/pidgindebug.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference/pidgin/pidgin-docs.xml b/doc/reference/pidgin/pidgin-docs.xml
index c181fa63b0..2af50c79d7 100644
--- a/doc/reference/pidgin/pidgin-docs.xml
+++ b/doc/reference/pidgin/pidgin-docs.xml
@@ -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" />
diff --git a/pidgin/pidgindebug.h b/pidgin/pidgindebug.h
index 5f15589eb4..7367e23d97 100644
--- a/pidgin/pidgindebug.h
+++ b/pidgin/pidgindebug.h
@@ -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
*/