glsl: Move Doxygen block closing ot the correct place
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 28 Feb 2014 23:29:36 +0000 (15:29 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 28 Mar 2014 17:57:49 +0000 (10:57 -0700)
This is the closing for the "\defgroup IR Intermediate representation
nodes" all the way at the top of the file.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ir.h

index 8fa3b9ef69f2cf14a7e78c53464e5ff4ea5360dc..ee276d2be2d400cfa3408b288da0228beaf87e28 100644 (file)
@@ -2186,8 +2186,6 @@ private:
    ir_constant(void);
 };
 
-/*@}*/
-
 /**
  * IR instruction to emit a vertex in a geometry shader.
  */
@@ -2235,6 +2233,8 @@ public:
    virtual ir_visitor_status accept(ir_hierarchical_visitor *);
 };
 
+/*@}*/
+
 /**
  * Apply a visitor to each IR node in a list
  */