From ec9ee1b76343c146cec17d0642dd9d1db7bbf3d6 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Fri, 24 Feb 2012 11:53:41 +0100 Subject: [wx] Doc overloaded functions edoc do not handle overloaded type-specs, so doc them manually --- lib/wx/src/gen/wxRadioBox.erl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/wx/src/gen/wxRadioBox.erl') diff --git a/lib/wx/src/gen/wxRadioBox.erl b/lib/wx/src/gen/wxRadioBox.erl index d70a554267..1b3717de23 100644 --- a/lib/wx/src/gen/wxRadioBox.erl +++ b/lib/wx/src/gen/wxRadioBox.erl @@ -146,6 +146,11 @@ enable(This) enable(This, []). %% @doc See external documentation. +%%
Also:
+%% enable(This, [Option]) -> boolean() when
+%% This::wxRadioBox(),
+%% Option :: {enable, boolean()}.
+%% -spec enable(This, N) -> boolean() when This::wxRadioBox(), N::integer(); (This, [Option]) -> boolean() when @@ -212,6 +217,11 @@ show(This) show(This, []). %% @doc See external documentation. +%%
Also:
+%% show(This, [Option]) -> boolean() when
+%% This::wxRadioBox(),
+%% Option :: {show, boolean()}.
+%% -spec show(This, N) -> boolean() when This::wxRadioBox(), N::integer(); (This, [Option]) -> boolean() when -- cgit v1.2.3