diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.Debugger.VariableDetailDialog.html --- a/src/eric7/Documentation/Source/eric7.Debugger.VariableDetailDialog.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.VariableDetailDialog.html Sun Dec 17 17:15:19 2023 +0100 @@ -79,17 +79,17 @@ </p> <dl> -<dt><i>var</i></dt> +<dt><i>var</i> (str)</dt> <dd> -the variables name (string) +the variables name </dd> -<dt><i>vtype</i></dt> +<dt><i>vtype</i> (str)</dt> <dd> -the variables type (string) +the variables type </dd> -<dt><i>value</i></dt> +<dt><i>value</i> (str)</dt> <dd> -the variables value (string) +the variables value </dd> </dl> <div align="right"><a href="#top">Up</a></div>