diff options
author | Brian Paul <[email protected]> | 2004-05-14 23:11:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-14 23:11:53 +0000 |
commit | de4b3bb7766f242cd7c46841250405f5fd6bb7d3 (patch) | |
tree | 8209d2d9a8a3819addd15d9973457569ef6abe98 /src/mesa/main/config.h | |
parent | d72834dd0ba471bbd7fe16aedc800f290ea46651 (diff) |
minor doxygen updates
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 7db906c9491..c745cbf3be9 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -116,6 +116,9 @@ /** Number of texture units - GL_ARB_multitexture */ #define MAX_TEXTURE_UNITS 8 +/*@}*/ + + /** * \name Separate numbers of texture coordinates and texture image units. * |