Mesa (master): i965/vec4: Add missing doxygen close brace.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Mar 24 18:09:08 UTC 2014


Module: Mesa
Branch: master
Commit: b0d3205c2a676d9eeda72335ef61ce3f0bddc63a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0d3205c2a676d9eeda72335ef61ce3f0bddc63a

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Mar 12 00:11:27 2014 -0700

i965/vec4: Add missing doxygen close brace.

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/drivers/dri/i965/brw_vec4.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index eb375e2..52cc058 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -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);




More information about the mesa-commit mailing list