Merge pull request #11658 from 4gh/doc_package_builder
Add builder/evaluator comments for the package in godoc-style
This commit is contained in:
commit
9f894c93e4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// builder is the evaluation step in the Dockerfile parse/evaluate pipeline.
|
// Package builder is the evaluation step in the Dockerfile parse/evaluate pipeline.
|
||||||
//
|
//
|
||||||
// It incorporates a dispatch table based on the parser.Node values (see the
|
// It incorporates a dispatch table based on the parser.Node values (see the
|
||||||
// parser package for more information) that are yielded from the parser itself.
|
// parser package for more information) that are yielded from the parser itself.
|
||||||
|
|
Loading…
Reference in a new issue