diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-11-09 01:04:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-11-09 01:04:05 +0000 |
commit | da076cc71930f9bbda83e6a7df728f8514571fac (patch) | |
tree | f29806a343f1b6dff698f3de28fa5206e83ec084 /sys/dxr3/ac3_padder.c | |
parent | d9df625a1ce5f06120ce698ee27742b70dfbf41b (diff) | |
download | gst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.tar.gz gst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.tar.bz2 gst-plugins-bad-da076cc71930f9bbda83e6a7df728f8514571fac.zip |
Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where required.
Original commit message from CVS:
* ext/tarkin/wavelet.c:
* ext/tarkin/wavelet.h:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/vbidec/vbidata.c:
* gst/vbidec/vbiscreen.h:
* sys/dxr3/ac3_padder.c:
* sys/dxr3/dxr3audiosink.c:
* sys/dxr3/dxr3spusink.c:
* sys/dxr3/dxr3videosink.c:
* sys/qcam/dark.c:
Don't use gtk-doc markers for normal comments. Fix
gtk-doc formatting where required.
Diffstat (limited to 'sys/dxr3/ac3_padder.c')
-rw-r--r-- | sys/dxr3/ac3_padder.c | 6 |
1 files changed, 3 insertions, 3 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 |