openapi-client v2.0.1 (2023-01-13T11:15:10Z)
Dub
Repo
writeCommentBlock
openapi_client
util
Converts a long text into a a D-style comment block and writes it to a buffer.
void
writeCommentBlock
(
Appender
!
string
buffer
,
string
text
,
string
prefix
= ""
,
size_t
lineWidth
= 100
)
Meta
Source
See Implementation
openapi_client
util
functions
isNull
resolveTemplate
serializeDeepObject
toCamelCase
toLowerCamelCase
toUpperCamelCase
wordWrapLine
wordWrapText
writeCommentBlock
Converts a long text into a a D-style comment block and writes it to a buffer.