[Mesa-dev] [PATCH 1/4] glsl: Move Doxygen block closing ot the correct place
Kenneth Graunke
kenneth at whitecape.org
Fri Mar 28 09:16:06 PDT 2014
On 03/27/2014 02:33 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> 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 at intel.com>
> ---
> src/glsl/ir.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/glsl/ir.h b/src/glsl/ir.h
> index 8fa3b9e..ee276d2 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
> */
>
Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140328/51eaff86/attachment.sig>
More information about the mesa-dev
mailing list