DoxigAlpha

Space

Fields of this type

Fields

#
none:none
Output the token lexeme only.
space:space
Output the token lexeme followed by a single space.
newline:newline
Output the token lexeme followed by a newline.
comma:comma
If the next token is a comma, render it as well.
comma_space:comma_space
Additionally consume the next token if it is a comma.
semicolon:semicolon
Additionally consume the next token if it is a semicolon.
skip:skip
Skip rendering whitespace and comments.