diff options
author | Björn Gustavsson <[email protected]> | 2010-02-02 17:55:47 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-02 17:56:54 +0100 |
commit | cfd2ba46158ad1ac6798e48150d18c969966a152 (patch) | |
tree | 6c552b0cdd0e88cbcc2a60f0d7b2f5f8b2b05a66 /lib/wx/src/gen/wxRegion.erl | |
parent | 5b585a4ab588f851902298263630caed458e7021 (diff) | |
download | otp-cfd2ba46158ad1ac6798e48150d18c969966a152.tar.gz otp-cfd2ba46158ad1ac6798e48150d18c969966a152.tar.bz2 otp-cfd2ba46158ad1ac6798e48150d18c969966a152.zip |
Generate without trailing spaces
Diffstat (limited to 'lib/wx/src/gen/wxRegion.erl')
-rw-r--r-- | lib/wx/src/gen/wxRegion.erl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/wx/src/gen/wxRegion.erl b/lib/wx/src/gen/wxRegion.erl index 6a929480b1..0ceba1d203 100644 --- a/lib/wx/src/gen/wxRegion.erl +++ b/lib/wx/src/gen/wxRegion.erl @@ -43,7 +43,7 @@ new() -> %% @spec (X::term()) -> wxRegion() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionwxregion">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% new(Bmp::wxBitmap:wxBitmap()) -> wxRegion() </c> %% </p> @@ -82,7 +82,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::term()) -> WxRegionContain %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregioncontains">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% contains(This::wxRegion(), Pt::{X::integer(),Y::integer()}) -> WxRegionContain </c> %%<br /> WxRegionContain = integer() @@ -140,7 +140,7 @@ getBox(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionintersect">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% intersect(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -175,7 +175,7 @@ isEmpty(#wx_ref{type=ThisT,ref=ThisRef}) -> %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionsubtract">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% subtract(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -219,7 +219,7 @@ offset(#wx_ref{type=ThisT,ref=ThisRef},X,Y) %% @spec (This::wxRegion(),X::term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionunion">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% union(This::wxRegion(), Region::wxRegion() | wxBitmap:wxBitmap()) -> bool() </c> %% </p> @@ -271,7 +271,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) %% @spec (This::wxRegion(),X::wxRegion()|term()) -> bool() %% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxregion.html#wxregionxor">external documentation</a>. -%% <br /> Alternatives: +%% <br /> Alternatives: %% <p><c> %% 'Xor'(This::wxRegion(), Region::wxRegion()) -> bool() </c> %% </p> @@ -299,7 +299,7 @@ union(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) %% @spec (This::wxRegion()) -> ok %% @doc Destroys this object, do not use object again -destroy(Obj=#wx_ref{type=Type}) -> +destroy(Obj=#wx_ref{type=Type}) -> ?CLASS(Type,wxRegion), wxe_util:destroy(?DESTROY_OBJECT,Obj), ok. |