validate: reporter: add doc entry for gst_validate_report()'s varargs
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 7 Jun 2017 06:39:21 +0000 (23:39 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 7 Jun 2017 07:04:34 +0000 (00:04 -0700)
Avoids GTK-Doc parser warnings

validate/gst/validate/gst-validate-reporter.c

index de7f096..998dea4 100644 (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.