diff options
author | albert-github <albert.tests@gmail.com> | 2020-10-08 13:08:42 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-10-08 13:08:42 (GMT) |
commit | 85fba651ec2a6062e5ab21f06783770ab6fede3b (patch) | |
tree | 7e1b17f755effb51deddf603ec645fb03118bc19 /LANGUAGE.HOWTO | |
parent | 7859a9a0374df8da60d498857b8f805f861b83d1 (diff) | |
download | Doxygen-85fba651ec2a6062e5ab21f06783770ab6fede3b.zip Doxygen-85fba651ec2a6062e5ab21f06783770ab6fede3b.tar.gz Doxygen-85fba651ec2a6062e5ab21f06783770ab6fede3b.tar.bz2 |
Incorrect counting of markdown verbatim block
When we have a file aa.md like:
```
Initial text 1
verbatim text?
Some text \aa5
```
and a file bb.md like
```
Initial text 1
verbatim text?
Some text \aa4
``
we get the warnings like (with current master, with 1.8.20 it is even further off):
```
aa.md:6: warning: Found unknown command '\aa5'
bb.md:5: warning: Found unknown command '\aa4'
```
instead of
```
aa.md:5: warning: Found unknown command '\aa5'
bb.md:4: warning: Found unknown command '\aa4'
```
This has been corrected
Diffstat (limited to 'LANGUAGE.HOWTO')
0 files changed, 0 insertions, 0 deletions