From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxPen.erl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'lib/wx/src/gen/wxPen.erl') diff --git a/lib/wx/src/gen/wxPen.erl b/lib/wx/src/gen/wxPen.erl index 681a7edebc..f19106c630 100644 --- a/lib/wx/src/gen/wxPen.erl +++ b/lib/wx/src/gen/wxPen.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxPen. +%% @doc See external documentation: wxPen. %% @type wxPen(). An object reference, The representation is internal %% and can be changed without notice. It can't be used for comparsion %% stored on disc or distributed for use on other nodes. @@ -36,7 +36,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxPen() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxPen(). new() -> wxe_util:construct(?wxPen_new_0, @@ -50,7 +50,7 @@ new(Colour) when tuple_size(Colour) =:= 3; tuple_size(Colour) =:= 4 -> new(Colour, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Colour, [Option]) -> wxPen() when Colour::wx:wx_colour(), Option :: {width, integer()} @@ -64,7 +64,7 @@ new(Colour, Options) wxe_util:construct(?wxPen_new_2, <<(wxe_util:colour_bin(Colour)):16/binary, BinOpt/binary>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCap(This) -> integer() when This::wxPen(). getCap(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -72,7 +72,7 @@ getCap(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_GetCap, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColour(This) -> wx:wx_colour4() when This::wxPen(). getColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -80,7 +80,7 @@ getColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_GetColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getJoin(This) -> integer() when This::wxPen(). getJoin(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -88,7 +88,7 @@ getJoin(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_GetJoin, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getStyle(This) -> integer() when This::wxPen(). getStyle(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -96,7 +96,7 @@ getStyle(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_GetStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWidth(This) -> integer() when This::wxPen(). getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -104,7 +104,7 @@ getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_GetWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isOk(This) -> boolean() when This::wxPen(). isOk(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -112,7 +112,7 @@ isOk(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPen_IsOk, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
CapStyle = integer -spec setCap(This, CapStyle) -> ok when This::wxPen(), CapStyle::wx:wx_enum(). @@ -122,7 +122,7 @@ setCap(#wx_ref{type=ThisT,ref=ThisRef},CapStyle) wxe_util:cast(?wxPen_SetCap, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColour(This, Colour) -> ok when This::wxPen(), Colour::wx:wx_colour(). setColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -131,7 +131,7 @@ setColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:cast(?wxPen_SetColour_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColour(This, Red, Green, Blue) -> ok when This::wxPen(), Red::integer(), Green::integer(), Blue::integer(). setColour(#wx_ref{type=ThisT,ref=ThisRef},Red,Green,Blue) @@ -140,7 +140,7 @@ setColour(#wx_ref{type=ThisT,ref=ThisRef},Red,Green,Blue) wxe_util:cast(?wxPen_SetColour_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
JoinStyle = integer -spec setJoin(This, JoinStyle) -> ok when This::wxPen(), JoinStyle::wx:wx_enum(). @@ -150,7 +150,7 @@ setJoin(#wx_ref{type=ThisT,ref=ThisRef},JoinStyle) wxe_util:cast(?wxPen_SetJoin, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStyle(This, Style) -> ok when This::wxPen(), Style::integer(). setStyle(#wx_ref{type=ThisT,ref=ThisRef},Style) @@ -159,7 +159,7 @@ setStyle(#wx_ref{type=ThisT,ref=ThisRef},Style) wxe_util:cast(?wxPen_SetStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWidth(This, Width) -> ok when This::wxPen(), Width::integer(). setWidth(#wx_ref{type=ThisT,ref=ThisRef},Width) -- cgit v1.2.3