ddmd ~master (2016-05-06T08:29:40Z)
Dub
Repo
Lexer.combineComments
ddmd
lexer
Lexer
Combine two document comments into one, separated by a newline.
class
Lexer
final static
const
(
char
)*
combineComments
(
const
(
char
)*
c1
,
const
(
char
)*
c2
)
Meta
Source
See Implementation
ddmd
lexer
Lexer
constructors
this
functions
charConstant
decodeUTF
delimitedStringConstant
escapeSequence
escapeStringConstant
getDocComment
hexStringConstant
inreal
number
peekNext
peekNext2
peekPastParen
poundLine
scan
stringPostfix
tokenStringConstant
wysiwygStringConstant
static functions
combineComments
Combine two document comments into one, separated by a newline.