From 375457bcef0b43c4b7a022b4fe74207dd1faf6dc Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Thu, 9 Sep 2004 22:23:24 +0000 Subject: Update the doxygen configuration file. Minor updates/fixes to the source documentation. --- src/mesa/main/colortab.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mesa/main/colortab.c') diff --git a/src/mesa/main/colortab.c b/src/mesa/main/colortab.c index 59cd6ae0c1..382e8cd277 100644 --- a/src/mesa/main/colortab.c +++ b/src/mesa/main/colortab.c @@ -175,11 +175,11 @@ set_component_sizes( struct gl_color_table *table ) * Update/replace all or part of a color table. Helper function * used by _mesa_ColorTable() and _mesa_ColorSubTable(). * The table->Table buffer should already be allocated. - * \param start - first entry to update - * \param count - number of entries to update - * \param format - format of user-provided table data - * \param type - datatype of user-provided table data - * \param data - user-provided table data + * \param start first entry to update + * \param count number of entries to update + * \param format format of user-provided table data + * \param type datatype of user-provided table data + * \param data user-provided table data * \param [rgba]Scale - RGBA scale factors * \param [rgba]Bias - RGBA bias factors */ -- cgit v1.2.3