mariotoffia / goasciidoc

Document your go code using asciidoc instead of godoc
Apache License 2.0
18 stars 0 forks source link

Render Struct Functions Correctly #8

Closed mariotoffia closed 4 years ago

mariotoffia commented 4 years ago

Currently a Function that is bound to a certain struct is not rendered correctly since it is rendered as a standard function. It needs to be grouped under that particular struct.

mariotoffia commented 4 years ago

Fixed!