diff -r 9986ec0e559a -r 10516539f238 Helpviewer/GreaseMonkey/GreaseMonkeyScript.py --- a/Helpviewer/GreaseMonkey/GreaseMonkeyScript.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Helpviewer/GreaseMonkey/GreaseMonkeyScript.py Fri Oct 18 23:00:41 2013 +0200 @@ -170,6 +170,7 @@ """ Public method to check, if the script matches the given URL. + @param urlString URL (string) @return flag indicating a match (boolean) """ if not self.__enabled: @@ -187,7 +188,8 @@ def __parseScript(self, path): """ - Private method to parse the given script and populate the data structure. + Private method to parse the given script and populate the data + structure. @param path path of the Javascript file (string) """