mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add builder/evaluator comments for the package in godoc-style
fixes #11617 Signed-off-by: Frank Herrmann <fgh@4gh.tv>
This commit is contained in:
parent
65e21f5703
commit
a0cd004528
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…
Add table
Add a link
Reference in a new issue