[tepl] docs: improve some class short descriptions



commit 267ae02dac704742fb964e3ae67758f579b2cdb7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Jul 12 11:29:52 2017 +0200

    docs: improve some class short descriptions

 tepl/tepl-buffer.c   |    2 +-
 tepl/tepl-notebook.c |    2 +-
 tepl/tepl-view.c     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tepl/tepl-buffer.c b/tepl/tepl-buffer.c
index df159a2..a577fff 100644
--- a/tepl/tepl-buffer.c
+++ b/tepl/tepl-buffer.c
@@ -23,7 +23,7 @@
 
 /**
  * SECTION:buffer
- * @Short_description: Stores the text for display in a TeplView
+ * @Short_description: Subclass of #GtkSourceBuffer
  * @Title: TeplBuffer
  *
  * #TeplBuffer is a subclass of #GtkSourceBuffer, to add more features useful
diff --git a/tepl/tepl-notebook.c b/tepl/tepl-notebook.c
index c759409..4b1718f 100644
--- a/tepl/tepl-notebook.c
+++ b/tepl/tepl-notebook.c
@@ -23,7 +23,7 @@
 
 /**
  * SECTION:notebook
- * @Short_description: #GtkNotebook subclass implementing the #TeplTabGroup
+ * @Short_description: Subclass of #GtkNotebook implementing the #TeplTabGroup
  * interface
  * @Title: TeplNotebook
  *
diff --git a/tepl/tepl-view.c b/tepl/tepl-view.c
index bccd1a3..baa9ce4 100644
--- a/tepl/tepl-view.c
+++ b/tepl/tepl-view.c
@@ -27,7 +27,7 @@
 
 /**
  * SECTION:view
- * @Short_description: Widget that displays a TeplBuffer
+ * @Short_description: Subclass of #GtkSourceView
  * @Title: TeplView
  *
  * #TeplView is a subclass of #GtkSourceView, to add more features useful for a


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