summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-09-18 09:55:43 +0530
committerMohammed Sadiq <sadiq@sadiqpk.org>2018-09-18 09:56:19 +0530
commit03679d434262be5a73e25668513a6a6597fd90ea (patch)
treeb85f3d36950d687907e1ecdac12826630e75dcc5 /gtk
parent1a4b60fb36f0102d29654ac355c2144654d41ae5 (diff)
downloadgtk+-03679d434262be5a73e25668513a6a6597fd90ea.tar.gz
listlistmodel: Fix documentation comment
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtklistlistmodel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtklistlistmodel.c b/gtk/gtklistlistmodel.c
index 3d10f49280..e15f617b8b 100644
--- a/gtk/gtklistlistmodel.c
+++ b/gtk/gtklistlistmodel.c
@@ -18,7 +18,7 @@
*/
-/*
+/**
* SECTION:gtklistlistmodel
* @Short_description: a List model for lists
* @Title: GtkListListModel
@@ -26,7 +26,7 @@
*
* #GtkListListModel is a #GListModel implementation that takes a list API and provides
* it as a GListModel.
- **/
+ */
#include "config.h"