From 26797d071448c75d227759d3d9ce30860b5c7052 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <tim@centricular.com>
Date: Fri, 26 Aug 2016 12:35:23 +0100
Subject: [PATCH] docs: fix various gtk-doc warnings

e.g. "warning: multi-line since docs found"
---
 gst/gstelement.c     |  2 --
 gst/gstmessage.c     | 12 ------------
 gst/gsttracerutils.c |  4 +---
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/gst/gstelement.c b/gst/gstelement.c
index fb53987950..020f235124 100644
--- a/gst/gstelement.c
+++ b/gst/gstelement.c
@@ -1841,8 +1841,6 @@ _gst_element_error_printf (const gchar * format, ...)
  * #GST_MESSAGE_INFO.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 void gst_element_message_full_with_details
     (GstElement * element, GstMessageType type,
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index 2ee64ea799..6c91f5e724 100644
--- a/gst/gstmessage.c
+++ b/gst/gstmessage.c
@@ -407,8 +407,6 @@ gst_message_new_eos (GstObject * src)
  * Returns: (transfer full): the new error message.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 GstMessage *
 gst_message_new_error_with_details (GstObject * src, GError * error,
@@ -463,8 +461,6 @@ gst_message_new_error (GstObject * src, GError * error, const gchar * debug)
  * The returned structure must not be freed.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 void
 gst_message_parse_error_details (GstMessage * message,
@@ -497,8 +493,6 @@ gst_message_parse_error_details (GstMessage * message,
  * Returns: (transfer full): the new warning message.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 GstMessage *
 gst_message_new_warning_with_details (GstObject * src, GError * error,
@@ -551,8 +545,6 @@ gst_message_new_warning (GstObject * src, GError * error, const gchar * debug)
  * The returned structure must not be freed.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 void
 gst_message_parse_warning_details (GstMessage * message,
@@ -585,8 +577,6 @@ gst_message_parse_warning_details (GstMessage * message,
  * Returns: (transfer full): the new warning message.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 GstMessage *
 gst_message_new_info_with_details (GstObject * src, GError * error,
@@ -639,8 +629,6 @@ gst_message_new_info (GstObject * src, GError * error, const gchar * debug)
  * The returned structure must not be freed.
  *
  * Since: 1.10
- *
- * MT safe.
  */
 void
 gst_message_parse_info_details (GstMessage * message,
diff --git a/gst/gsttracerutils.c b/gst/gsttracerutils.c
index 85689e5d06..d46deffe19 100644
--- a/gst/gsttracerutils.c
+++ b/gst/gsttracerutils.c
@@ -19,9 +19,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-/**
- * SECTION:gsttracerutils
- * @short_description: Tracing subsystem
+/* Tracing subsystem:
  *
  * The tracing subsystem provides hooks in the core library and API for modules
  * to attach to them.