From de4b3bb7766f242cd7c46841250405f5fd6bb7d3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 14 May 2004 23:11:53 +0000 Subject: minor doxygen updates --- src/mesa/main/macros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/macros.h') diff --git a/src/mesa/main/macros.h b/src/mesa/main/macros.h index 67e4de9239..1999758dfb 100644 --- a/src/mesa/main/macros.h +++ b/src/mesa/main/macros.h @@ -102,6 +102,8 @@ extern GLfloat _mesa_ubyte_to_float_color_tab[256]; #define CLAMPED_FLOAT_TO_USHORT(us, f) \ us = ( (GLushort) IROUND( (f) * 65535.0F) ) +/*@}*/ + /** Stepping a GLfloat pointer by a byte stride */ #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) -- cgit v1.2.3