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/wxGridCellFloatRenderer.erl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/wx/src/gen/wxGridCellFloatRenderer.erl') diff --git a/lib/wx/src/gen/wxGridCellFloatRenderer.erl b/lib/wx/src/gen/wxGridCellFloatRenderer.erl index c090a60e74..ea3cd0eebe 100644 --- a/lib/wx/src/gen/wxGridCellFloatRenderer.erl +++ b/lib/wx/src/gen/wxGridCellFloatRenderer.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2012. All Rights Reserved. +%% Copyright Ericsson AB 2009-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: wxGridCellFloatRenderer. +%% @doc See external documentation: wxGridCellFloatRenderer. %%

This class is derived (and can use functions) from: %%
{@link wxGridCellStringRenderer} %%
{@link wxGridCellRenderer} @@ -47,7 +47,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). new() -> new([]). -%% @doc See external documentation. +%% @doc See external documentation. -spec new([Option]) -> wxGridCellFloatRenderer() when Option :: {width, integer()} | {precision, integer()}. @@ -60,7 +60,7 @@ new(Options) wxe_util:construct(?wxGridCellFloatRenderer_new, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPrecision(This) -> integer() when This::wxGridCellFloatRenderer(). getPrecision(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -68,7 +68,7 @@ getPrecision(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxGridCellFloatRenderer_GetPrecision, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWidth(This) -> integer() when This::wxGridCellFloatRenderer(). getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -76,7 +76,7 @@ getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxGridCellFloatRenderer_GetWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setParameters(This, Params) -> ok when This::wxGridCellFloatRenderer(), Params::unicode:chardata(). setParameters(#wx_ref{type=ThisT,ref=ThisRef},Params) @@ -86,7 +86,7 @@ setParameters(#wx_ref{type=ThisT,ref=ThisRef},Params) wxe_util:cast(?wxGridCellFloatRenderer_SetParameters, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPrecision(This, Precision) -> ok when This::wxGridCellFloatRenderer(), Precision::integer(). setPrecision(#wx_ref{type=ThisT,ref=ThisRef},Precision) @@ -95,7 +95,7 @@ setPrecision(#wx_ref{type=ThisT,ref=ThisRef},Precision) wxe_util:cast(?wxGridCellFloatRenderer_SetPrecision, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWidth(This, Width) -> ok when This::wxGridCellFloatRenderer(), Width::integer(). setWidth(#wx_ref{type=ThisT,ref=ThisRef},Width) -- cgit v1.2.3