diff options
author | Ian Romanick <[email protected]> | 2014-02-28 15:29:36 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-03-28 10:57:49 -0700 |
commit | 22128e30f3b1fe927d94ccdc000a866b369491e4 (patch) | |
tree | 837a14c51a3672303878bb49e77b6ba9d9a130e3 /src/glsl/ir.h | |
parent | 029ccd773d01a5f801c809c499516d7b0c4cc3f8 (diff) |
glsl: Move Doxygen block closing ot the correct place
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 8fa3b9ef69f..ee276d2be2d 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -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 */ |