Skip to content

Commit da08dd7

Browse files
vigdorchikadriaanm
authored andcommitted
Doc -> C-style comments for local symbols to avoid "discarding
unmoored doc comment" warning when building distribution for scala itself.
1 parent 5e696b8 commit da08dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/scala/xml/parsing/MarkupParser.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ trait MarkupParser extends MarkupParserCommon with TokenTests
108108
val ilen = inpStack.length
109109
//Console.println(" ilen = "+ilen+ " extIndex = "+extIndex);
110110
if ((ilen != extIndex) && (ilen > 0)) {
111-
/** for external source, inpStack == Nil ! need notify of eof! */
111+
/* for external source, inpStack == Nil ! need notify of eof! */
112112
pop()
113113
} else {
114114
reachedEof = true
@@ -880,7 +880,7 @@ trait MarkupParser extends MarkupParserCommon with TokenTests
880880
externalID()
881881
}
882882
else if (ch == 'P') {
883-
/** PublicID (without system, only used in NOTATION) */
883+
/* PublicID (without system, only used in NOTATION) */
884884
nextch()
885885
xToken("UBLIC")
886886
xSpace()

0 commit comments

Comments
 (0)