diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.Debugger.EditWatchpointDialog.html --- a/Documentation/Source/eric5.Debugger.EditWatchpointDialog.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.Debugger.EditWatchpointDialog.html Sun Oct 13 17:44:48 2013 +0200 @@ -80,7 +80,8 @@ <dt><i>properties</i></dt> <dd> properties for the watch expression (tuple) - (expression, temporary flag, enabled flag, ignore count, special condition) + (expression, temporary flag, enabled flag, ignore count, + special condition) </dd><dt><i>parent</i></dt> <dd> the parent of this dialog @@ -95,7 +96,8 @@ <h4>EditWatchpointDialog.__textChanged</h4> <b>__textChanged</b>(<i>txt</i>) <p> - Private slot to handle the text changed signal of the condition line edit. + Private slot to handle the text changed signal of the condition line + edit. </p><dl> <dt><i>txt</i></dt> <dd> @@ -110,7 +112,8 @@ <dt>Returns:</dt> <dd> a tuple containing the watch expressions new properties - (expression, temporary flag, enabled flag, ignore count, special condition) + (expression, temporary flag, enabled flag, ignore count, + special condition) </dd> </dl> <div align="right"><a href="#top">Up</a></div>