printer: doc for exported symbols

Updates #9
This commit is contained in:
Michael McLoughlin
2019-01-04 19:03:02 -08:00
parent cfce8d94df
commit 88eff53893
4 changed files with 51 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ type stubs struct {
prnt.Generator
}
// NewStubs constructs a printer for writing stub function declarations.
func NewStubs(cfg Config) Printer {
return &stubs{cfg: cfg}
}