diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/comments-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/comments-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,200 @@ + + + + + comments + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module comments + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module comments

source code

+Helper to parse branch information.

+ + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + CommentParser
+ Parse branch information. +
+ + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + COMMENT_SYMBOLS = {'.java': ['//'], '.hrh': ['//'], '.cpp': ['... +
+   + + _logger = logging.getLogger("comments") +
+ + + + + + +
+ + + + + +
Variables Details[hide private]
+
+ +
+ +
+

COMMENT_SYMBOLS

+ +
+
+
+
Value:
+
+{'.java': ['//'], '.hrh': ['//'], '.cpp': ['//'], '.h': ['//'], '.inf'\
+: ['//'], '.mmp': ['//'], '.iby': ['//'], '.pl': ['#'], '.py': ['#'], \
+'.mk': ['#'], '.bat': ['REM'], '.xml': ['<!--'], '.txt': ['//'], '.cmd\
+': ['#', 'REM']}
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +