From e68047c805927face88ef43fd6fdbc2a631b9d0a Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Fri, 26 Feb 2010 14:18:20 +0100 Subject: Whitespace fixes --- lib/wx/src/gen/gl.erl | 8 ++++---- lib/wx/src/gen/gl_debug.hrl | 2 +- lib/wx/src/gen/glu.erl | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/wx/src') diff --git a/lib/wx/src/gen/gl.erl b/lib/wx/src/gen/gl.erl index d789f1b72f..62d0ff6aed 100644 --- a/lib/wx/src/gen/gl.erl +++ b/lib/wx/src/gen/gl.erl @@ -20,15 +20,15 @@ %% This file is generated DO NOT EDIT -%% @doc Standard OpenGL api. +%% @doc Standard OpenGL api. %% See www.opengl.org %% -%% Booleans are represented by integers 0 and 1. +%% Booleans are represented by integers 0 and 1. %% @type wx_mem(). see wx.erl on memory allocation functions %% @type enum(). An integer defined in gl.hrl %% @type offset(). An integer which is an offset in an array -%% @type clamp(). A float clamped between 0.0 - 1.0 +%% @type clamp(). A float clamped between 0.0 - 1.0 -module(gl). -compile(inline). @@ -216,7 +216,7 @@ stencilClearTagEXT/2]). -%% API +%% API %% @spec (Op::enum(),Value::float()) -> ok %% @doc See external documentation. diff --git a/lib/wx/src/gen/gl_debug.hrl b/lib/wx/src/gen/gl_debug.hrl index 68225197cf..0b8086f24e 100644 --- a/lib/wx/src/gen/gl_debug.hrl +++ b/lib/wx/src/gen/gl_debug.hrl @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -gldebug_table() -> +gldebug_table() -> [ {5037, {gl, accum, 0}}, {5038, {gl, alphaFunc, 0}}, diff --git a/lib/wx/src/gen/glu.erl b/lib/wx/src/gen/glu.erl index ae4bac4e06..d410c4663d 100644 --- a/lib/wx/src/gen/glu.erl +++ b/lib/wx/src/gen/glu.erl @@ -20,15 +20,15 @@ %% This file is generated DO NOT EDIT -%% @doc A part of the standard OpenGL Utility api. +%% @doc A part of the standard OpenGL Utility api. %% See www.opengl.org %% -%% Booleans are represented by integers 0 and 1. +%% Booleans are represented by integers 0 and 1. %% @type wx_mem(). see wx.erl on memory allocation functions %% @type enum(). An integer defined in gl.hrl %% @type offset(). An integer which is an offset in an array -%% @type clamp(). A float clamped between 0.0 - 1.0 +%% @type clamp(). A float clamped between 0.0 - 1.0 -module(glu). -compile(inline). @@ -60,7 +60,7 @@ scaleImage/9,sphere/4,unProject/6,unProject4/9]). -%% API +%% API %% @spec (Vec3, [Vec3]) -> {Triangles, VertexPos} %% Vec3 = {float(),float(),float()} @@ -69,8 +69,8 @@ %% @doc General purpose polygon triangulation. %% The first argument is the normal and the second a list of %% vertex positions. Returned is a list of indecies of the vertices -%% and a binary (64bit native float) containing an array of -%% vertex positions, it starts with the vertices in Vs and +%% and a binary (64bit native float) containing an array of +%% vertex positions, it starts with the vertices in Vs and %% may contain newly created vertices in the end. tesselate({Nx,Ny,Nz}, Vs) -> wxe_util:call(5000, <<(length(Vs)):32/native,0:32, -- cgit v1.2.3