github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/tm2/pkg/bft/rpc/core/doc_template.txt (about)

     1  {{with .PDoc}}
     2  {{comment_md .Doc}}
     3  {{example_html $ ""}}
     4  
     5  {{range .Funcs}}{{$name_html := html .Name}}## [{{$name_html}}]({{posLink_url $ .Decl}})
     6  {{comment_md .Doc}}{{end}}
     7  {{end}}
     8  ---