--- a/UtilitiesPython2/Tools.py Wed Oct 09 18:34:30 2013 +0200 +++ b/UtilitiesPython2/Tools.py Wed Oct 09 18:40:07 2013 +0200 @@ -99,7 +99,8 @@ def extractLineFlags(line, startComment="#", endComment=""): """ - Function to extract flags starting and ending with '__' from a line comment. + Function to extract flags starting and ending with '__' from a line + comment. @param line line to extract flags from (string) @keyparam startComment string identifying the start of the comment (string)