handling of C++ comments trailing preprocessor directives

Discuss how to use DoxyPress
Post Reply
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

handling of C++ comments trailing preprocessor directives

Post 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
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: handling of C++ comments trailing preprocessor directive

Post by barbara »

Thank you for submitting your issue.

We will take a look at this.
Post Reply