Closed albert-github closed 5 years ago
I've just pushed a proposed patch, pull request #7022
Code has been integrated in master on github (please don't close the issue as this will be done at the moment of a release).
This issue was previously marked 'fixed but not released', which means it should be fixed in doxygen version 1.8.16. Please verify if this is indeed the case. Reopen the issue if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).
I am still seeing this in 1.8.17.
Are there any workarounds?
I See the issue with version 1.8.15 (the version against which the this issue was posted), but in the versions 1.8.16 and 1.8.17 I don't see the warning anymore.
@spartist
Doxygen version 1.8.15 and current master (June 2, 2019)
Test case: example.zip
When having 2 include files and the second file is included inside curly brackets we can get the message like:
First include file (
Include.h
):Second include file
Include_2.h
:some small notes:
__cplusplus
orc_plusplus
stdio.h
(in this case when detected by processing the first file (Include.h
) won't work as the problem will reappear when the processing order is different.