Home
last modified time | relevance | path

Searched defs:newParagraph (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure in getDocComment()
2946 static const(char)* combineComments(const(char)[] c1, const(char)[] c2, bool newParagraph) pure in combineComments()
H A Ddoc.d3738 bool newParagraph = true; in extractReferences() local