diff options
author | Dan Gudmundsson <[email protected]> | 2010-02-26 14:18:20 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-12 06:41:31 +0100 |
commit | e68047c805927face88ef43fd6fdbc2a631b9d0a (patch) | |
tree | a2eb5f191747a5a732ad292a35a30eb17c0dc52f /lib/wx/src/gen/gl.erl | |
parent | 356c33b6063de632f9c98c66260603e6edbc3ee5 (diff) | |
download | otp-e68047c805927face88ef43fd6fdbc2a631b9d0a.tar.gz otp-e68047c805927face88ef43fd6fdbc2a631b9d0a.tar.bz2 otp-e68047c805927face88ef43fd6fdbc2a631b9d0a.zip |
Whitespace fixes
Diffstat (limited to 'lib/wx/src/gen/gl.erl')
-rw-r--r-- | lib/wx/src/gen/gl.erl | 8 |
1 files changed, 4 insertions, 4 deletions
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 <a href="http://www.opengl.org/sdk/docs/man/">www.opengl.org</a> %% -%% 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 <a href="http://www.opengl.org/sdk/docs/man/xhtml/glAccum.xml">external</a> documentation. |