diff options
author | albert-github <albert.tests@gmail.com> | 2020-09-18 19:04:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 19:04:53 (GMT) |
commit | 1206a9b9b49cdd904c1b5f003c874acd94472806 (patch) | |
tree | d3276f0365116b5c199b7e5c528ea147b701083f /doc | |
parent | 254d1106e52f89fc69620dded9a670358818e8e6 (diff) | |
download | Doxygen-1206a9b9b49cdd904c1b5f003c874acd94472806.zip Doxygen-1206a9b9b49cdd904c1b5f003c874acd94472806.tar.gz Doxygen-1206a9b9b49cdd904c1b5f003c874acd94472806.tar.bz2 |
Fortran comments with C comments inside (#8000)
When having a (stripped down) example like:
```
!
!!/*T
!T*/
```
we get a warning like:
```
.../ex11f.F90:4: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 2, 2)
```
even though Fortran has no nested comments, and certainly doesn't have `/*` as comment signs. So message can be ignored.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions