Commit ab74a74
committed
Mismatch
When having something like:
```
#if !defined(__linux__)
/*
@code
*/
#endif
```
we get a warning like:
```
warning: More #if's than #endif's found (might be in an included file).
```
as an attempt is made too match `@code` with `@endcode` even in a non doxygen comment#if / #endif when "verbatim" command in non doxygen comment1 parent 0578c6d commit ab74a74
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1583 | 1583 | | |
1584 | 1584 | | |
1585 | 1585 | | |
1586 | | - | |
1587 | | - | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
1588 | 1591 | | |
1589 | 1592 | | |
1590 | 1593 | | |
| |||
0 commit comments