diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html --- a/Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Network.IRC.IrcChannelWidget.html Sun Sep 29 18:23:27 2013 +0200 @@ -321,16 +321,18 @@ </dd><dt><i>message</i></dt> <dd> message to be shown (string) -</dd><dt><i>isLocal=</i></dt> -<dd> -flag indicating a message related to the local user (boolean) </dd> </dl><a NAME="IrcChannelWidget.__appendMessage" ID="IrcChannelWidget.__appendMessage"></a> <h4>IrcChannelWidget.__appendMessage</h4> <b>__appendMessage</b>(<i>message</i>) <p> Private slot to append a message. -</p><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> +</p><dl> +<dt><i>message</i></dt> +<dd> +message to be appended (string) +</dd> +</dl><a NAME="IrcChannelWidget.__autoWhoEntry" ID="IrcChannelWidget.__autoWhoEntry"></a> <h4>IrcChannelWidget.__autoWhoEntry</h4> <b>__autoWhoEntry</b>(<i>match</i>) <p> @@ -420,7 +422,11 @@ <dt><i>name</i></dt> <dd> user name and prefixes (string) - return list of privileges and user name (list of string, string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +list of privileges and user name (list of string, string) </dd> </dl><a NAME="IrcChannelWidget.__findUser" ID="IrcChannelWidget.__findUser"></a> <h4>IrcChannelWidget.__findUser</h4> @@ -443,9 +449,9 @@ <p> Private method to handle a CTCP channel command. </p><dl> -<dt><i>reference</i></dt> +<dt><i>match</i></dt> <dd> -to the match object +reference to the match object </dd> </dl><dl> <dt>Returns:</dt> @@ -981,7 +987,12 @@ <b>on_messages_anchorClicked</b>(<i>url</i>) <p> Private slot to open links in the default browser. -</p><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> +</p><dl> +<dt><i>url</i></dt> +<dd> +URL to be opened (QUrl) +</dd> +</dl><a NAME="IrcChannelWidget.on_messages_copyAvailable" ID="IrcChannelWidget.on_messages_copyAvailable"></a> <h4>IrcChannelWidget.on_messages_copyAvailable</h4> <b>on_messages_copyAvailable</b>(<i>yes</i>) <p> @@ -1194,9 +1205,11 @@ <dt><i>icon</i></dt> <dd> icon to be converted (QIcon) -</dd><dt><i>away</i></dt> +</dd> +</dl><dl> +<dt>Returns:</dt> <dd> -icon (QIcon) +away icon (QIcon) </dd> </dl><a NAME="IrcUserItem.__setIcon" ID="IrcUserItem.__setIcon"></a> <h4>IrcUserItem.__setIcon</h4>