summaryrefslogtreecommitdiff
path: root/src/mesa/main/colormac.h
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-09 22:23:24 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-09 22:23:24 +0000
commit375457bcef0b43c4b7a022b4fe74207dd1faf6dc (patch)
treeaaa0c8b7e227e6292a3646289b7bcdc821a71fa9 /src/mesa/main/colormac.h
parent2dab997cb9ddbe47ff414b74679fb99346bb9a06 (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.h2
1 files changed, 2 insertions, 0 deletions
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 */