diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-08-06 09:48:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-08-06 09:48:49 (GMT) |
commit | 77ea778665cbc5ebb004d229897749025c36fdfb (patch) | |
tree | e0f43b164e2cdebe8c5b0cbacf9f470683fdacea | |
parent | 584a8b188a24aed8b0130cbc2d3b0ade774d1d07 (diff) | |
parent | 668b4d91bd1fcf516864debc3c15d71cdb4a6de2 (diff) | |
download | Doxygen-77ea778665cbc5ebb004d229897749025c36fdfb.zip Doxygen-77ea778665cbc5ebb004d229897749025c36fdfb.tar.gz Doxygen-77ea778665cbc5ebb004d229897749025c36fdfb.tar.bz2 |
Merge branch 'feature/bug_md_coverity' of https://github.com/albert-github/doxygen into albert-github-feature/bug_md_coverity
-rw-r--r-- | src/markdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp index 458e295..6d9663b 100644 --- a/src/markdown.cpp +++ b/src/markdown.cpp @@ -2731,7 +2731,7 @@ void MarkdownOutlineParser::parseInput(const char *fileName, Protection prot=Public; bool needsEntry = FALSE; int position=0; - int startNewlines; + int startNewlines=0; QCString processedDocs = markdown.process(docs,startNewlines); lineNr += startNewlines; while (p->commentScanner.parseCommentBlock( |