1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #11658 from 4gh/doc_package_builder

Add builder/evaluator comments for the package in godoc-style
This commit is contained in:
Alexander Morozov 2015-03-23 14:27:23 -07:00
commit 9f894c93e4

View file

@ -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
// parser package for more information) that are yielded from the parser itself.