summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 6d9663b..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=0;
- QCString processedDocs = markdown.process(docs,startNewlines);
- lineNr += startNewlines;
+ QCString processedDocs = markdown.process(docs,lineNr);
while (p->commentScanner.parseCommentBlock(
this,
current.get(),