MCPcopy Create free account
hub / github.com/golang/mobile / javadoc

Method javadoc

bind/genjava.go:385–391  ·  view source on GitHub ↗
(doc string)

Source from the content-addressed store, hash-verified

383}
384
385func (g *JavaGen) javadoc(doc string) {
386 if doc == "" {
387 return
388 }
389 // JavaDoc expects HTML-escaped documentation.
390 g.Printf("/**\n * %s */\n", html.EscapeString(doc))
391}
392
393// hasThis reports whether a method has an implicit "this" parameter.
394func (g *JavaGen) hasThis(sName string, m *types.Func) bool {

Callers 6

genStructMethod · 0.95
genConstructorMethod · 0.95
genInterfaceMethod · 0.95
genVarMethod · 0.95
genConstMethod · 0.95
GenJavaMethod · 0.95

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected