diff -r 512001065055 -r 7fae79975686 Documentation/Source/eric6.Debugger.DebugServer.html --- a/Documentation/Source/eric6.Debugger.DebugServer.html Sat Aug 26 17:10:43 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Sat Aug 26 19:26:07 2017 +0200 @@ -1106,11 +1106,11 @@ Public slot to handle the preferencesChanged signal. </p><a NAME="DebugServer.registerDebuggerInterface" ID="DebugServer.registerDebuggerInterface"></a> <h4>DebugServer.registerDebuggerInterface</h4> -<b>registerDebuggerInterface</b>(<i>name, getRegistryData</i>) +<b>registerDebuggerInterface</b>(<i>interfaceName, getRegistryData</i>) <p> Public method to register a debugger interface. </p><dl> -<dt><i>name</i> (str)</dt> +<dt><i>interfaceName</i> (str)</dt> <dd> name of the debugger interface </dd><dt><i>getRegistryData</i> (function)</dt> @@ -1848,13 +1848,13 @@ </dd> </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> <h4>DebugServer.unregisterDebuggerInterface</h4> -<b>unregisterDebuggerInterface</b>(<i>name</i>) +<b>unregisterDebuggerInterface</b>(<i>interfaceName</i>) <p> Public method to unregister a debugger interface. </p><dl> -<dt><i>name</i> (str)</dt> +<dt><i>interfaceName</i> (str)</dt> <dd> -name of the debugger interface +interfaceName of the debugger interface </dd> </dl> <div align="right"><a href="#top">Up</a></div>