summaryrefslogtreecommitdiffstats
path: root/libmscgen/mscgen_usage.c
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-09-20 12:18:42 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-09-20 12:18:42 (GMT)
commitb5e77b66a4cea0fbfc011f90993a098bd6651e09 (patch)
tree70cce46ed1308ea7e0a8d48cc94343eb20a9cd41 /libmscgen/mscgen_usage.c
parent1206a9b9b49cdd904c1b5f003c874acd94472806 (diff)
downloadDoxygen-b5e77b66a4cea0fbfc011f90993a098bd6651e09.zip
Doxygen-b5e77b66a4cea0fbfc011f90993a098bd6651e09.tar.gz
Doxygen-b5e77b66a4cea0fbfc011f90993a098bd6651e09.tar.bz2
Miscounting of lines in case of fenced code block
When we have an example like: ~~~ Page ======= test text test text \error1 ``` make ``` ``` make ``` test text \error2 ~~~ we get the warnings: ``` aa.md:5: warning: Found unknown command '\error1' aa.md:17: warning: Found unknown command '\error2' ``` instead of ``` aa.md:5: warning: Found unknown command '\error1' aa.md:15: warning: Found unknown command '\error2' ``` this is due to the fact that there are 2 returns in case of a fenced code block, one with the ``endcode` but with the detection of the fenced code block (`isFencedCodeBlock`) it is not "removed".
Diffstat (limited to 'libmscgen/mscgen_usage.c')
0 files changed, 0 insertions, 0 deletions