You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
186 B

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