summaryrefslogtreecommitdiffstats
path: root/.codedocs
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-22 11:16:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-22 11:16:52 (GMT)
commit8be6d4ec55738b074a5b0ee225cbde05067222a5 (patch)
treeb4cac34d35246f457d4baeca1f0c2f5c665487cc /.codedocs
parent33341fe5fb8048411acea0276219a69be06fe02d (diff)
downloadDoxygen-8be6d4ec55738b074a5b0ee225cbde05067222a5.zip
Doxygen-8be6d4ec55738b074a5b0ee225cbde05067222a5.tar.gz
Doxygen-8be6d4ec55738b074a5b0ee225cbde05067222a5.tar.bz2
Miscounting lines with markdown blockquote
When we have a program like: ``` # test \aa2 > \aa3 \aa4 ``` we get the warnings like: ``` .../aa.md:2: warning: Found unknown command '\aa2' .../aa.md:4: warning: Found unknown command '\aa3' .../aa.md:6: warning: Found unknown command '\aa4' ``` instead of: ``` .../aa.md:2: warning: Found unknown command '\aa2' .../aa.md:3: warning: Found unknown command '\aa3' .../aa.md:4: warning: Found unknown command '\aa4' ``` This has been corrected.
Diffstat (limited to '.codedocs')
0 files changed, 0 insertions, 0 deletions