6.6.6.2. c++ comment tangler

6.6.6.2. c++ comment tangler

Start python section to interscript/tanglers/cpp.py[3]
    44: #line 335 "tanglers.ipk"
    45: class cpp_comment_tangler(hash_comment_tangler):
    46:   def __init__(self, writer,weaver):
    47:     hash_comment_tangler.__init__(self,writer,weaver,'// ')
    48: 
End python section to interscript/tanglers/cpp.py[3]