[gspell/wip/inline-checker: 2/3] docs: reorganize the chapters
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell/wip/inline-checker: 2/3] docs: reorganize the chapters
- Date: Thu, 7 Jan 2016 12:34:20 +0000 (UTC)
commit e45b5e1c99faa0aec1ce8af00db36aa8b3164c06
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Jan 7 13:19:37 2016 +0100
docs: reorganize the chapters
docs/reference/gspell-1.0-sections.txt | 63 +++++++++++++++-----------------
docs/reference/gspell-docs.xml | 21 ++++++-----
gspell/gspell-text-view.c | 7 ----
3 files changed, 41 insertions(+), 50 deletions(-)
---
diff --git a/docs/reference/gspell-1.0-sections.txt b/docs/reference/gspell-1.0-sections.txt
index a0a1200..813080a 100644
--- a/docs/reference/gspell-1.0-sections.txt
+++ b/docs/reference/gspell-1.0-sections.txt
@@ -38,6 +38,25 @@ gspell_language_get_type
</SECTION>
<SECTION>
+<FILE>text-buffer</FILE>
+<TITLE>GtkTextBuffer support</TITLE>
+gspell_text_buffer_set_spell_checker
+gspell_text_buffer_get_spell_checker
+</SECTION>
+
+<SECTION>
+<FILE>inline-checker-text</FILE>
+<TITLE>GspellInlineCheckerText</TITLE>
+GspellInlineCheckerText
+gspell_text_view_get_inline_checker
+gspell_inline_checker_text_set_enabled
+gspell_inline_checker_text_get_enabled
+<SUBSECTION Standard>
+GSPELL_TYPE_INLINE_CHECKER_TEXT
+GspellInlineCheckerTextClass
+</SECTION>
+
+<SECTION>
<FILE>checker-dialog</FILE>
<TITLE>GspellCheckerDialog</TITLE>
GspellCheckerDialog
@@ -59,6 +78,16 @@ GSPELL_TYPE_NAVIGATOR
</SECTION>
<SECTION>
+<FILE>navigator-gtv</FILE>
+<TITLE>GspellNavigatorGtv</TITLE>
+GspellNavigatorGtv
+gspell_navigator_gtv_new
+<SUBSECTION Standard>
+GSPELL_TYPE_NAVIGATOR_GTV
+GspellNavigatorGtvClass
+</SECTION>
+
+<SECTION>
<FILE>language-chooser</FILE>
<TITLE>GspellLanguageChooser</TITLE>
GspellLanguageChooser
@@ -87,37 +116,3 @@ gspell_language_chooser_dialog_new
<SUBSECTION Standard>
GSPELL_TYPE_LANGUAGE_CHOOSER_DIALOG
</SECTION>
-
-<SECTION>
-<FILE>text-buffer</FILE>
-<TITLE>GtkTextBuffer support</TITLE>
-gspell_text_buffer_set_spell_checker
-gspell_text_buffer_get_spell_checker
-</SECTION>
-
-<SECTION>
-<FILE>text-view</FILE>
-<TITLE>GtkTextView support</TITLE>
-gspell_text_view_get_inline_checker
-</SECTION>
-
-<SECTION>
-<FILE>inline-checker-text</FILE>
-<TITLE>GspellInlineCheckerText</TITLE>
-GspellInlineCheckerText
-gspell_inline_checker_text_set_enabled
-gspell_inline_checker_text_get_enabled
-<SUBSECTION Standard>
-GSPELL_TYPE_INLINE_CHECKER_TEXT
-GspellInlineCheckerTextClass
-</SECTION>
-
-<SECTION>
-<FILE>navigator-gtv</FILE>
-<TITLE>GspellNavigatorGtv</TITLE>
-GspellNavigatorGtv
-gspell_navigator_gtv_new
-<SUBSECTION Standard>
-GSPELL_TYPE_NAVIGATOR_GTV
-GspellNavigatorGtvClass
-</SECTION>
diff --git a/docs/reference/gspell-docs.xml b/docs/reference/gspell-docs.xml
index 45bf84c..c60b350 100644
--- a/docs/reference/gspell-docs.xml
+++ b/docs/reference/gspell-docs.xml
@@ -22,9 +22,20 @@
</chapter>
<chapter>
- <title>External Checking</title>
+ <title>Buffer Support</title>
+ <xi:include href="xml/text-buffer.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Inline Checkers</title>
+ <xi:include href="xml/inline-checker-text.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>External Checkers</title>
<xi:include href="xml/checker-dialog.xml"/>
<xi:include href="xml/navigator.xml"/>
+ <xi:include href="xml/navigator-gtv.xml"/>
</chapter>
<chapter>
@@ -33,14 +44,6 @@
<xi:include href="xml/language-chooser-button.xml"/>
<xi:include href="xml/language-chooser-dialog.xml"/>
</chapter>
-
- <chapter>
- <title>GtkTextView Support</title>
- <xi:include href="xml/text-buffer.xml"/>
- <xi:include href="xml/text-view.xml"/>
- <xi:include href="xml/inline-checker-text.xml"/>
- <xi:include href="xml/navigator-gtv.xml"/>
- </chapter>
</part>
<chapter id="object-tree">
diff --git a/gspell/gspell-text-view.c b/gspell/gspell-text-view.c
index 886a265..c97434f 100644
--- a/gspell/gspell-text-view.c
+++ b/gspell/gspell-text-view.c
@@ -20,13 +20,6 @@
#include "gspell-text-view.h"
#include "gspell-inline-checker-text.h"
-/**
- * SECTION:text-view
- * @Title: GtkTextView support
- *
- * Spell checking support for #GtkTextView.
- */
-
#define INLINE_CHECKER_KEY "gspell-text-view-inline-checker-key"
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]