There was an error while loading. Please reload this page.
public struct Comment: SwiftT, HasDescrP
HasDescrP, SwiftT
HasDescrP
SwiftT
init(_:_:)
init(_ lines: [Str], _ style: Style)
init(_ line: Str, _ style: Style)
lines
without newlines
var lines: [Str]
style
var style: Style
descr
var descr: Str
str(usesTabs:tabIndent:)
can make 3 types of comments - //, /// and /** */ returns indented lines
func str(usesTabs: Bool = false, tabIndent: Int = 4) -> Str?