diff options
author | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
commit | 375457bcef0b43c4b7a022b4fe74207dd1faf6dc (patch) | |
tree | aaa0c8b7e227e6292a3646289b7bcdc821a71fa9 /src/mesa/main/colormac.h | |
parent | 2dab997cb9ddbe47ff414b74679fb99346bb9a06 (diff) |
Update the doxygen configuration file.
Minor updates/fixes to the source documentation.
Diffstat (limited to 'src/mesa/main/colormac.h')
-rw-r--r-- | src/mesa/main/colormac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h index 62b80136e9e..a19521fc85b 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 */ |