Fix comment

This commit is contained in:
Hannes Wallnoefer 2025-03-06 17:50:56 +01:00
parent 8a9036d6a3
commit 69464173f0

View file

@ -1914,7 +1914,7 @@ public class DocCommentParser {
class NormalizationContext {
int pos = 0; // current position in doctree list
int currentPre = -1; // position of active pre start tag
int strippableNewline = -1; // marker for strippable leading space
int strippableNewline = -1; // position marker for leading newline to be stripped
// Are we currently inside a <pre> element?
boolean inPre() {