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']}