ddmd v0.0.5 (2015-06-11T03:56:10Z)
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
deprecation
error
escapeSequence
escapeStringConstant
getDocComment
hexStringConstant
inreal
loc
nextToken
number
peek
peekNext
peekNext2
peekPastParen
poundLine
scan
stringPostfix
tokenStringConstant
wysiwygStringConstant
static functions
combineComments
initLexer
isValidIdentifier
static variables
stringbuffer
variables
anyToken
base
commentToken
doDocComment
end
errors
line
p
scanloc
token
Combine two document comments into one, separated by a newline.