diff options
author | albert-github <albert.tests@gmail.com> | 2021-01-20 17:52:20 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-01-20 17:52:20 (GMT) |
commit | 7a26be70f5c2a4e1454807e13267bacef380883d (patch) | |
tree | 063688bec51d629adf71ed5c231330c3523537df /testing/003_anchor.dox | |
parent | bb379a38de9fd6afac1fa32e93f2ca2e90433a9d (diff) | |
download | Doxygen-7a26be70f5c2a4e1454807e13267bacef380883d.zip Doxygen-7a26be70f5c2a4e1454807e13267bacef380883d.tar.gz Doxygen-7a26be70f5c2a4e1454807e13267bacef380883d.tar.bz2 |
Incorrect line count for normal comment in define
When having the program:
```
/// \file
#define A_DEF 2 /* A line
* A line */
/**
* the wrong line \line7
*/
void fie(void)
{}
``
we get the message:
```
aa.c:6: warning: Found unknown command '\line7'
```
instead of
```
aa.c:7: warning: Found unknown command '\line7'
```
Also in the source code and the reference to it we see a wrong line number for the function `fie`.
Diffstat (limited to 'testing/003_anchor.dox')
0 files changed, 0 insertions, 0 deletions