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/colormac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/colormac.h') diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h index 62b80136e9..a19521fc85 100644 --- a/src/mesa/main/colormac.h +++ b/src/mesa/main/colormac.h @@ -221,5 +221,7 @@ do { \ #define PACK_COLOR_233( B, G, R ) \ (((B) & 0xc0) | (((G) & 0xe0) >> 2) | (((R) & 0xe0) >> 5)) +/*@}*/ + #endif /* COLORMAC_H */ -- cgit v1.2.3