Updated generated doc comments
This commit is contained in:
@ -63,7 +63,7 @@ func (def AttribDef) Generate(qualified bool) string {
|
||||
boolType = "bool"
|
||||
stringType = "string"
|
||||
|
||||
stringTemplate = `// %[1]s creates a %[2]s attribute
|
||||
stringTemplate = `// %[1]s creates a "%[2]s" attribute
|
||||
func %[1]s(value string) %[3]sAttrib {
|
||||
return %[3]sAttrib{
|
||||
Key: "%[2]s",
|
||||
@ -71,7 +71,7 @@ func (def AttribDef) Generate(qualified bool) string {
|
||||
}
|
||||
}
|
||||
`
|
||||
boolTemplate = `// %[1]s creates a %[2]s attribute
|
||||
boolTemplate = `// %[1]s creates a "%[2]s" attribute
|
||||
func %[1]s() %[3]sAttrib {
|
||||
return %[3]sAttrib{
|
||||
Key: "%[2]s",
|
||||
|
Reference in New Issue
Block a user