Closed alapidas closed 9 years ago
How do I get an annotation to not show up in godoc? For example,
// +gen set type MyType struct {}
will cause the words "+gen set" to show up in the godoc description for MyType.
Thanks!
I don’t know a way to do this, short of hacking Godoc itself. gen’s annotations are comments on the type, like other docs.
How do I get an annotation to not show up in godoc? For example,
will cause the words "+gen set" to show up in the godoc description for MyType.
Thanks!