summaryrefslogtreecommitdiff
path: root/lib/wx/src/gen/wxBrush.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <dgud@erlang.org>2020-10-26 15:42:24 +0100
committerDan Gudmundsson <dgud@erlang.org>2020-12-21 12:04:28 +0100
commitf67cd49710dbe0b866fd614a06194932476671b5 (patch)
tree909ed74c1addccecbdf8feb6fc69bcd2f40dbaff /lib/wx/src/gen/wxBrush.erl
parent9f9dba1cb5860adbea63fc668a02fed00a6e847a (diff)
downloaderlang-f67cd49710dbe0b866fd614a06194932476671b5.tar.gz
wx: Generate docs
Use (and modify) wxWidgets doc input to generate documenation for erlang.
Diffstat (limited to 'lib/wx/src/gen/wxBrush.erl')
-rw-r--r--lib/wx/src/gen/wxBrush.erl7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/wx/src/gen/wxBrush.erl b/lib/wx/src/gen/wxBrush.erl
index ce30fdadf1..7e8d9084db 100644
--- a/lib/wx/src/gen/wxBrush.erl
+++ b/lib/wx/src/gen/wxBrush.erl
@@ -18,11 +18,6 @@
%% %CopyrightEnd%
%% This file is generated DO NOT EDIT
-%% @doc See external documentation: <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxbrush.html">wxBrush</a>.
-%% @type wxBrush(). 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.
-
-module(wxBrush).
-include("wxe.hrl").
-export([destroy/1,getColour/1,getStipple/1,getStyle/1,isHatch/1,isOk/1,new/0,
@@ -31,11 +26,11 @@
%% inherited exports
-export([parent_class/1]).
+-type wxBrush() :: wx:wx_object().
-export_type([wxBrush/0]).
%% @hidden
parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
--type wxBrush() :: wx:wx_object().
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxbrush.html#wxbrushwxbrush">external documentation</a>.
-spec new() -> wxBrush().
new() ->