diff options
author | Chad Versace <[email protected]> | 2011-10-07 13:16:01 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2011-10-07 15:51:54 -0700 |
commit | 2fae55666e298525fe3b5550aa2a2ebeea437710 (patch) | |
tree | f94ecaf1a71a533a45e36996112438587c9c89c4 /src | |
parent | 4c417697b6fa1503ac35b34e79f23716d813a208 (diff) |
mesa: Close Doxygen group
In dd_function_table, close the Doxygen group beginning with
\name Support for multiple T&L engines
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/dd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 787556451f0..4e017ae3843 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -901,6 +901,7 @@ struct dd_function_table { */ void (*EndCallList)( struct gl_context *ctx ); + /**@}*/ /** * \name GL_ARB_sync interfaces |