--- a/Debugger/VariablesViewer.py Sat May 17 19:58:49 2014 +0200 +++ b/Debugger/VariablesViewer.py Sun May 18 14:13:09 2014 +0200 @@ -34,7 +34,7 @@ """ def __init__(self, parent, dvar, dvalue, dtype): """ - Constructor. + Constructor @param parent reference to the parent item @param dvar variable name (string) @@ -117,7 +117,7 @@ def __lt__(self, other): """ - Public method to check, if the item is less than the other one. + Special method to check, if the item is less than the other one. @param other reference to item to compare against (QTreeWidgetItem) @return true, if this item is less than other (boolean)