Lexer.combineComments

Combine two document comments into one, separated by an extra newline if newParagraph is true.

class Lexer
nothrow static pure
const(char)*
combineComments
(
const(char)[] c1
,
const(char)[] c2
,)
Suggestion Box / Bug Report