i965/vec4: Add missing doxygen close brace.
authorMatt Turner <mattst88@gmail.com>
Wed, 12 Mar 2014 07:11:27 +0000 (00:11 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 24 Mar 2014 18:06:25 +0000 (11:06 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_vec4.h

index eb375e2..52cc058 100644 (file)
@@ -261,6 +261,7 @@ public:
     */
    const void *ir;
    const char *annotation;
+   /** @} */
 
    bool is_send_from_grf();
    bool can_reswizzle_dst(int dst_writemask, int swizzle, int swizzle_mask);