summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-03-05 11:52:24 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-03-05 11:52:24 +0200
commitf204b57fa54447d7d0052cd96f0fc5cb76016af6 (patch)
tree6fdd252cefa3b82ac49d15e64ad91d1cba4694ea
parent89eac59e928b24363f405f11751720cabd0b4a75 (diff)
debugutils: Change dot-file functions documentation to proper gtk-doc
This way gobject-introspection also picks it up and handles our annotations. See https://gitlab.gnome.org/GNOME/gobject-introspection/issues/194
-rw-r--r--gst/gstdebugutils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c
index 928638ecc..4584af372 100644
--- a/gst/gstdebugutils.c
+++ b/gst/gstdebugutils.c
@@ -792,7 +792,7 @@ debug_dump_footer (GString * str)
g_string_append_printf (str, "}\n");
}
-/*
+/**
* gst_debug_bin_to_dot_data:
* @bin: the top-level pipeline that should be analyzed
*
@@ -819,7 +819,7 @@ gst_debug_bin_to_dot_data (GstBin * bin, GstDebugGraphDetails details)
return g_string_free (str, FALSE);
}
-/*
+/**
* gst_debug_bin_to_dot_file:
* @bin: the top-level pipeline that should be analyzed
* @file_name: (type filename): output base filename (e.g. "myplayer")
@@ -869,7 +869,7 @@ gst_debug_bin_to_dot_file (GstBin * bin, GstDebugGraphDetails details,
g_free (full_file_name);
}
-/*
+/**
* gst_debug_bin_to_dot_file_with_ts:
* @bin: the top-level pipeline that should be analyzed
* @file_name: (type filename): output base filename (e.g. "myplayer")