• Mormegil's avatar
    Tolerate DOS-style EOL in IDL line comments · a8d6962a
    Mormegil authored
    If an IDL file uses DOS-style EOLs (CR+LF), line comments need to
    ignore the second linebreak character, otherwise, as is currently
    the case, the parsed documentation comment includes a trailing `\r`
    character, which is then output verbatim into the output source
    code by flatc.
    
    Change-Id: I39591631995a980622d20a4a32315178b33f18f6
    a8d6962a
Name
Last commit
Last update
..
flatc.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...