doc: Minor fixes
authorThibault Saunier <tsaunier@igalia.com>
Mon, 22 Oct 2018 09:38:24 +0000 (11:38 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 15:37:38 +0000 (11:37 -0400)
validate/gst/validate/gst-validate-enums.h
validate/gst/validate/gst-validate-monitor-factory.c
validate/gst/validate/gst-validate-pipeline-monitor.c
validate/gst/validate/gst-validate-reporter.c
validate/gst/validate/gst-validate-runner.c
validate/gst/validate/gst-validate-scenario.c
validate/gst/validate/validate.c

index 71a05e2..217b6da 100644 (file)
 #define __GST_VALIDATE_ENUMS_H__
 
 /**
+ * SECTION: gst-validate-enums.h
+ * @title: GstValidate enums
+ */
+
+/**
  * GstValidateReportingDetails:
  * @GST_VALIDATE_SHOW_NONE: No debugging level specified or desired. Used to deactivate
  *  debugging output.
index 2597ca0..5cb5863 100644 (file)
@@ -23,6 +23,7 @@
 
 /**
  * SECTION:gst-validate-monitor-factory
+ * @title: GstValidateMonitorFactory
  * @short_description: Lets you start monitoring a #GstObject with GstValidate
  *
  * To start monitoring and thus run GstValidate tests on a #GstPipeline, the only thing to
index 999a77c..a2d54b1 100644 (file)
@@ -39,6 +39,7 @@ static gboolean output_is_tty = TRUE;
 
 /**
  * SECTION:gst-validate-pipeline-monitor
+ * @title: GstValidatePipelineMonitor
  * @short_description: Class that wraps a #GstPipeline for Validate checks
  *
  * TODO
index a4f14d8..37e3452 100644 (file)
@@ -21,6 +21,7 @@
  */
 /**
  * SECTION:gst-validate-reporter
+ * @title: GstValidateReporter
  * @short_description: A #GInterface that allows #GObject to be used as originator of
  * issues in the GstValidate reporting system
  */
index c4805df..199273e 100644 (file)
@@ -53,6 +53,7 @@ static GstValidateRunner *first_runner = NULL;
 
 /**
  * SECTION:gst-validate-runner
+ * @title: GstValidateRunner
  * @short_description: Class that runs Gst Validate tests for a pipeline
  *
  * Allows you to test a pipeline within GstValidate. It is the object where
@@ -74,6 +75,7 @@ static GstValidateRunner *first_runner = NULL;
  *  gst_object_unref (runner);
  *  gst_object_unref (monitor);
  * ]|
+ *
  */
 
 struct _GstValidateRunnerPrivate
index edbe855..cdbfb49 100644 (file)
@@ -24,6 +24,7 @@
  */
 /**
  * SECTION:gst-validate-scenario
+ * @title: GstValidateScenario
  * @short_description: A GstValidateScenario represents a set of actions to be executed on a pipeline.
  *
  * A #GstValidateScenario represents the scenario that will be executed on a #GstPipeline.
@@ -605,7 +606,6 @@ _check_scenario_is_done (GstValidateScenario * scenario)
  * @name: The name of the parameter for which to retrieve a time
  * @retval: (out): The return value for the wanted time
  *
- *
  * Get a time value for the @name parameter of an action. This
  * method should be called to retrieve and compute a timed value of a given
  * action. It will first try to retrieve the value as a double,
index 7c59d9d..b541edc 100644 (file)
@@ -22,6 +22,7 @@
  */
 /**
  * SECTION:validate
+ * @title: Initialization
  * @short_description: Initialize GstValidate
  */