Skip to content

Commit

Permalink
Merge branch 'main' into default-core
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Nov 25, 2024
2 parents 35381d5 + f62de46 commit 6048c66
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 280 deletions.
2 changes: 1 addition & 1 deletion gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (g *Generator) Gen(dst io.Writer) error {
s += "\n\nThis is an \\ref OutputString."
}

s += "\n\nDefaults to " + g.DefaultValue(*member, true /* isDocString */) + "."
s += "\n\nThe `INIT` macro sets this to " + g.DefaultValue(*member, true /* isDocString */) + "."

if member.PassedWithOwnership != nil {
panic("invalid")
Expand Down
Loading

0 comments on commit 6048c66

Please sign in to comment.