summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-08-06 10:42:23 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-08-06 10:42:23 (GMT)
commit386ec3da46ab3a66a9fa7c960450630ef1af1b94 (patch)
tree467fd1c21f98c3d05208a12e9dbb82cb7ea1a6b0
parent584a8b188a24aed8b0130cbc2d3b0ade774d1d07 (diff)
parente3793ee222fa6c198d11746535fa0636a65d9ac4 (diff)
downloadDoxygen-386ec3da46ab3a66a9fa7c960450630ef1af1b94.zip
Doxygen-386ec3da46ab3a66a9fa7c960450630ef1af1b94.tar.gz
Doxygen-386ec3da46ab3a66a9fa7c960450630ef1af1b94.tar.bz2
Merge branch 'albert-github-feature/bug_md_coverity'
-rw-r--r--src/markdown.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 458e295..78e6a85 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -2731,9 +2731,7 @@ void MarkdownOutlineParser::parseInput(const char *fileName,
Protection prot=Public;
bool needsEntry = FALSE;
int position=0;
- int startNewlines;
- QCString processedDocs = markdown.process(docs,startNewlines);
- lineNr += startNewlines;
+ QCString processedDocs = markdown.process(docs,lineNr);
while (p->commentScanner.parseCommentBlock(
this,
current.get(),