[gspell] docs: small improvements to the API doc



commit df09ec7a3f3a657083db9f4e04a96f9495ac9dae
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Nov 19 13:30:54 2015 +0100

    docs: small improvements to the API doc

 gspell/gspell-language-chooser-button.c |    2 +-
 gspell/gspell-language-chooser-dialog.c |    2 +-
 gspell/gspell-navigator-gtv.c           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gspell/gspell-language-chooser-button.c b/gspell/gspell-language-chooser-button.c
index b27c724..0eef2fa 100644
--- a/gspell/gspell-language-chooser-button.c
+++ b/gspell/gspell-language-chooser-button.c
@@ -25,7 +25,7 @@
 
 /**
  * SECTION:language-chooser-button
- * @Short_description: Button to choose a spell language
+ * @Short_description: Button to choose a GspellLanguage
  * @Title: GspellLanguageChooserButton
  * @See_also: #GspellLanguage, #GspellLanguageChooser
  *
diff --git a/gspell/gspell-language-chooser-dialog.c b/gspell/gspell-language-chooser-dialog.c
index 9f64e9a..891b7ef 100644
--- a/gspell/gspell-language-chooser-dialog.c
+++ b/gspell/gspell-language-chooser-dialog.c
@@ -23,7 +23,7 @@
 
 /**
  * SECTION:language-chooser-dialog
- * @Short_description: Dialog to choose a spell language
+ * @Short_description: Dialog to choose a GspellLanguage
  * @Title: GspellLanguageChooserDialog
  * @See_also: #GspellLanguage, #GspellLanguageChooser
  *
diff --git a/gspell/gspell-navigator-gtv.c b/gspell/gspell-navigator-gtv.c
index b330dab..c405246 100644
--- a/gspell/gspell-navigator-gtv.c
+++ b/gspell/gspell-navigator-gtv.c
@@ -29,7 +29,7 @@
  * @See_also: #GspellNavigator, #GspellCheckerDialog
  *
  * #GspellNavigatorGtv is a simple implementation of the
- * #GspellNavigator interface.
+ * #GspellNavigator interface for the #GtkTextView widget.
  *
  * If a selection exists in the #GtkTextView, only the selected text is spell
  * checked. Otherwise the whole buffer is checked. The same #GspellChecker


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]