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/wxHtmlEasyPrinting.erl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/wx/src/gen/wxHtmlEasyPrinting.erl') diff --git a/lib/wx/src/gen/wxHtmlEasyPrinting.erl b/lib/wx/src/gen/wxHtmlEasyPrinting.erl index 2a5506053b..e4e4849fe7 100644 --- a/lib/wx/src/gen/wxHtmlEasyPrinting.erl +++ b/lib/wx/src/gen/wxHtmlEasyPrinting.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: wxHtmlEasyPrinting. +%% @doc See external documentation: wxHtmlEasyPrinting. %% @type wxHtmlEasyPrinting(). 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. @@ -43,7 +43,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). new() -> new([]). -%% @doc See external documentation. +%% @doc See external documentation. -spec new([Option]) -> wxHtmlEasyPrinting() when Option :: {name, unicode:chardata()} | {parentWindow, wxWindow:wxWindow()}. @@ -56,7 +56,7 @@ new(Options) wxe_util:construct(?wxHtmlEasyPrinting_new, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPrintData(This) -> wxPrintData:wxPrintData() when This::wxHtmlEasyPrinting(). getPrintData(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -64,7 +64,7 @@ getPrintData(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxHtmlEasyPrinting_GetPrintData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPageSetupData(This) -> wxPageSetupDialogData:wxPageSetupDialogData() when This::wxHtmlEasyPrinting(). getPageSetupData(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -72,7 +72,7 @@ getPageSetupData(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxHtmlEasyPrinting_GetPageSetupData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec previewFile(This, Htmlfile) -> boolean() when This::wxHtmlEasyPrinting(), Htmlfile::unicode:chardata(). previewFile(#wx_ref{type=ThisT,ref=ThisRef},Htmlfile) @@ -90,7 +90,7 @@ previewText(This,Htmltext) when is_record(This, wx_ref),is_list(Htmltext) -> previewText(This,Htmltext, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec previewText(This, Htmltext, [Option]) -> boolean() when This::wxHtmlEasyPrinting(), Htmltext::unicode:chardata(), Option :: {basepath, unicode:chardata()}. @@ -104,7 +104,7 @@ previewText(#wx_ref{type=ThisT,ref=ThisRef},Htmltext, Options) wxe_util:call(?wxHtmlEasyPrinting_PreviewText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec printFile(This, Htmlfile) -> boolean() when This::wxHtmlEasyPrinting(), Htmlfile::unicode:chardata(). printFile(#wx_ref{type=ThisT,ref=ThisRef},Htmlfile) @@ -122,7 +122,7 @@ printText(This,Htmltext) when is_record(This, wx_ref),is_list(Htmltext) -> printText(This,Htmltext, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec printText(This, Htmltext, [Option]) -> boolean() when This::wxHtmlEasyPrinting(), Htmltext::unicode:chardata(), Option :: {basepath, unicode:chardata()}. @@ -136,7 +136,7 @@ printText(#wx_ref{type=ThisT,ref=ThisRef},Htmltext, Options) wxe_util:call(?wxHtmlEasyPrinting_PrintText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec pageSetup(This) -> ok when This::wxHtmlEasyPrinting(). pageSetup(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -152,7 +152,7 @@ setFonts(This,Normal_face,Fixed_face) when is_record(This, wx_ref),is_list(Normal_face),is_list(Fixed_face) -> setFonts(This,Normal_face,Fixed_face, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFonts(This, Normal_face, Fixed_face, [Option]) -> ok when This::wxHtmlEasyPrinting(), Normal_face::unicode:chardata(), Fixed_face::unicode:chardata(), Option :: {sizes, [integer()]}. @@ -176,7 +176,7 @@ setHeader(This,Header) when is_record(This, wx_ref),is_list(Header) -> setHeader(This,Header, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setHeader(This, Header, [Option]) -> ok when This::wxHtmlEasyPrinting(), Header::unicode:chardata(), Option :: {pg, integer()}. @@ -198,7 +198,7 @@ setFooter(This,Footer) when is_record(This, wx_ref),is_list(Footer) -> setFooter(This,Footer, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFooter(This, Footer, [Option]) -> ok when This::wxHtmlEasyPrinting(), Footer::unicode:chardata(), Option :: {pg, integer()}. -- cgit v1.2.3