Skip to content
Commit d8d9afef authored by Igor Kushnir's avatar Igor Kushnir
Browse files

Skip multi-line comments in findClose() and findCommaOrEnd()

An example of a fixed bug follows. For the macro
    #define m( /*a)b*/ x )x
- before this commit the tooltip contained:
    Function macro: m(/*a)
    Body: b*/ x )x
- at this commit the tooltip contains:
    Function macro: m(/*a)b*/ x)
    Body: x
parent 0ac447c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment