aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/gl.erl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-03-30 07:50:13 +0000
committerErlang/OTP <[email protected]>2010-03-30 07:50:13 +0000
commit7ec00dcfdc34a455230054b6bdd37a6c61fd7a45 (patch)
treeafa30d779dcf435e9dc014e4bdd5046a308c823a /lib/wx/src/gen/gl.erl
parent02bc42d238d302c712f12f50e767857785416397 (diff)
parent3a4edf4d1e4a66a83ac39d066c02bfffea4dccf8 (diff)
downloadotp-7ec00dcfdc34a455230054b6bdd37a6c61fd7a45.tar.gz
otp-7ec00dcfdc34a455230054b6bdd37a6c61fd7a45.tar.bz2
otp-7ec00dcfdc34a455230054b6bdd37a6c61fd7a45.zip
Merge branch 'dgud/wx-new-doxygen' into dev
* dgud/wx-new-doxygen: Added a non existing macro on windows. Commit of the generated code with previous commit. Fixed code generation from newer doxygen versions. Whitespace fixes OTP-8547 dgud/wx-new-doxygen
Diffstat (limited to 'lib/wx/src/gen/gl.erl')
-rw-r--r--lib/wx/src/gen/gl.erl8
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.