Page 1 of 1

handling of C++ comments trailing preprocessor directives

Posted: Tue Oct 27 2015 9:34 am
by marlowa
I have found something with doxypress where it complains but compilers don't:

Warning: Reached end of file while still inside a (nested) comment. Nesting level 2 (probable line reference: )

I am getting these warnings when it parses code in include guards that end with:

#endif // some comment or other

Can anyone comment on this please?

-Andrew M

Re: handling of C++ comments trailing preprocessor directive

Posted: Tue Oct 27 2015 4:00 pm
by barbara
Thank you for submitting your issue.

We will take a look at this.