From 2fae55666e298525fe3b5550aa2a2ebeea437710 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Fri, 7 Oct 2011 13:16:01 -0700 Subject: [PATCH] mesa: Close Doxygen group In dd_function_table, close the Doxygen group beginning with \name Support for multiple T&L engines --- src/mesa/main/dd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 7875564..4e017ae 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 -- 2.7.4