summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-06-10 15:44:37 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-06-11 07:06:44 +0300
commita9c88f86e9f8384fb441758c853792a66e5fead1 (patch)
treee26f532b388ca067a299cfb72135718c9e7639ca /libxfce4ui/xfce-titled-dialog.c
parent6ff48eb5d2ee27f7dd33ecc28738220f0a2c7fa6 (diff)
downloadlibxfce4ui-a9c88f86e9f8384fb441758c853792a66e5fead1.tar.gz
Add GtkDoc checks
We add a documentation check during make check or distcheck to ensure new functions/objects added are properly added prior to release. This patch also cleans up all the current warnings.
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 1abbd45..0d948d9 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -17,6 +17,17 @@
* MA 02110-1301 USA
*/
+/**
+ * SECTION:xfce-titled-dialog
+ * @title: XfceTitledDialog
+ * @short_description: A titled dialog window
+ * @stability: Stable
+ * @include: libxfce4ui/libxfce4ui.h
+ *
+ * #XfceTitledDialog is a titled dialog window supporting an optional
+ * subtitle and mixed or pixbuf buttons.
+ **/
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif