validate: reporter: add doc entry for gst_validate_report()'s varargs

Avoids GTK-Doc parser warnings
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-06-06 23:39:21 -07:00
parent 4349e11cb0
commit a18cef9c3f

View file

@ -285,6 +285,7 @@ gst_validate_reporter_g_log_func (const gchar * log_domain,
* @issue_id: The #GstValidateIssueId of the issue
* @format: The format of the message describing the issue in a printf
* format followed by the parameters.
* @...: Substitution arguments for @format
*
* Reports a new issue in the GstValidate reporting system with @m
* as the source of that issue.