summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dxr3/ac3_padder.c6
-rw-r--r--sys/dxr3/dxr3audiosink.c1
-rw-r--r--sys/dxr3/dxr3spusink.c1
-rw-r--r--sys/dxr3/dxr3videosink.c1
-rw-r--r--sys/qcam/dark.c4
5 files changed, 8 insertions, 5 deletions
diff --git a/sys/dxr3/ac3_padder.c b/sys/dxr3/ac3_padder.c
index 9e778bac..c9220f73 100644
--- a/sys/dxr3/ac3_padder.c
+++ b/sys/dxr3/ac3_padder.c
@@ -88,7 +88,7 @@ static const struct frmsize_s frmsizecod_tbl[64] = {
/**
- * ac3p_init
+ * ac3p_init:
* @padder: The padder structure to initialize.
*
* Initializes an AC3 stream padder. This structure can be
@@ -111,7 +111,7 @@ ac3p_init (ac3_padder * padder)
/**
- * ac3_push_data
+ * ac3_push_data:
* @padder The padder structure.
* @data A pointer to a buffer with new data to parse. This should
* correspond to a new piece of a stream containing raw AC3 data.
@@ -132,7 +132,7 @@ ac3p_push_data (ac3_padder * padder, guchar * data, guint size)
/**
- * ac3p_parse
+ * ac3p_parse:
* @padder The padder structure.
*
* Parses the bytes already pushed into the padder structure (see
diff --git a/sys/dxr3/dxr3audiosink.c b/sys/dxr3/dxr3audiosink.c
index 3ac65218..494aba26 100644
--- a/sys/dxr3/dxr3audiosink.c
+++ b/sys/dxr3/dxr3audiosink.c
@@ -674,6 +674,7 @@ dxr3audiosink_chain_ac3 (GstPad * pad, GstData * _data)
#if 0
/**
* dxr3audiosink_wait:
+ *
* Make the sink wait the specified amount of time.
*/
static void
diff --git a/sys/dxr3/dxr3spusink.c b/sys/dxr3/dxr3spusink.c
index 59d965af..31c1d4cf 100644
--- a/sys/dxr3/dxr3spusink.c
+++ b/sys/dxr3/dxr3spusink.c
@@ -437,6 +437,7 @@ dxr3spusink_change_state (GstElement * element, GstStateChange transition)
#if 0
/**
* dxr3spusink_wait:
+ *
* Make the sink wait the specified amount of time.
*/
static void
diff --git a/sys/dxr3/dxr3videosink.c b/sys/dxr3/dxr3videosink.c
index 0832ec56..f100f5a1 100644
--- a/sys/dxr3/dxr3videosink.c
+++ b/sys/dxr3/dxr3videosink.c
@@ -678,6 +678,7 @@ dxr3videosink_change_state (GstElement * element, GstStateChange transition)
#if 0
/**
* dxr3videosink_wait:
+ *
* Make the sink wait the specified amount of time.
*/
static void
diff --git a/sys/qcam/dark.c b/sys/qcam/dark.c
index 416d37bc..ac462b36 100644
--- a/sys/qcam/dark.c
+++ b/sys/qcam/dark.c
@@ -24,7 +24,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
-/** Fixdark
+/* Fixdark
Routine to repair dark current artifacts in qcam output.
Basic idea: the Qcam CCD suffers from "dark current";
that is, some of the CCD pixels will leak current under
@@ -120,7 +120,7 @@ read_darkmask()
*/
-/** fixdark
+/* fixdark
We first record a list of bad leaky pixels, by making a
number of exposures in the dark. master_darkmask holds
this information. It's a map of the CCD.