mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
docs: fix two gtk-doc warnings
One by correcting the end-of-comment marker and one by making sure the function prototype in the header is in sync with the c file and doc-blob.
This commit is contained in:
parent
13f9fda2c3
commit
7326d4d71b
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ typedef enum {
|
|||
* maximum debug level. Any debug statements above that level will be compiled out.
|
||||
*
|
||||
* Since: 1.6
|
||||
* */
|
||||
*/
|
||||
#ifndef GST_LEVEL_MAX
|
||||
#define GST_LEVEL_MAX GST_LEVEL_COUNT
|
||||
#endif
|
||||
|
@ -354,7 +354,7 @@ void gst_debug_log_default (GstDebugCategory * category,
|
|||
gint line,
|
||||
GObject * object,
|
||||
GstDebugMessage * message,
|
||||
gpointer unused) G_GNUC_NO_INSTRUMENT;
|
||||
gpointer user_data) G_GNUC_NO_INSTRUMENT;
|
||||
|
||||
const gchar * gst_debug_level_get_name (GstDebugLevel level);
|
||||
|
||||
|
|
Loading…
Reference in a new issue