docs: fix various gtk-doc warnings
authorTim-Philipp Müller <tim@centricular.com>
Fri, 26 Aug 2016 11:35:23 +0000 (12:35 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 26 Aug 2016 11:35:23 +0000 (12:35 +0100)
e.g. "warning: multi-line since docs found"

gst/gstelement.c
gst/gstmessage.c
gst/gsttracerutils.c

index fb53987..020f235 100644 (file)
@@ -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,
index 2ee64ea..6c91f5e 100644 (file)
@@ -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,
index 85689e5..d46deff 100644 (file)
@@ -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.