Skip to content

Commit ac76d8c

Browse files
authored
Merge pull request doxygen#11348 from albert-github/feature/issue_11342
issue doxygen#11342 The code is incorrectly formatted in `@code` command
2 parents 4a6a507 + bc44f83 commit ac76d8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/outputlist.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,7 @@ void OutputCodeRecorder::replay(OutputCodeList &ol,int startLine,int endLine,boo
385385
ol.endSpecialComment();
386386
ol.endCodeLine();
387387
}
388+
389+
ol.stripCodeComments(false);
390+
ol.setStripIndentAmount(0);
388391
}

0 commit comments

Comments
 (0)