From b6c94f0d0bd703b2de2ab0a2d091e6a3b09bd3c3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 16 Dec 2005 21:55:18 +0000 Subject: don't use doc comments for non-docs change some char* into char[] Original commit message from CVS: * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio): * gst/festival/gstfestival.c: (socket_receive_file_to_buff): * gst/vbidec/vbidata.c: * gst/vbidec/vbidata.h: * gst/vbidec/vbiscreen.c: * sys/dxr3/ac3_padder.c: don't use doc comments for non-docs change some char* into char[] --- sys/dxr3/ac3_padder.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dxr3') diff --git a/sys/dxr3/ac3_padder.c b/sys/dxr3/ac3_padder.c index c9220f733..e37137ba6 100644 --- a/sys/dxr3/ac3_padder.c +++ b/sys/dxr3/ac3_padder.c @@ -112,10 +112,10 @@ ac3p_init (ac3_padder * padder) /** * ac3_push_data: - * @padder The padder structure. - * @data A pointer to a buffer with new data to parse. This should + * @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. - * @size The number of available bytes in the buffer. + * @size: The number of available bytes in the buffer. * * Pushes a new buffer of data to be parsed by the ac3 padder. The * ac3_parse() function will actually parse the data and report when @@ -133,7 +133,7 @@ ac3p_push_data (ac3_padder * padder, guchar * data, guint size) /** * ac3p_parse: - * @padder The padder structure. + * @padder: The padder structure. * * Parses the bytes already pushed into the padder structure (see * ac3p_push_data()) and returns an event value depending on the -- cgit v1.2.1