Browse code

Merge pull request #11658 from 4gh/doc_package_builder

Add builder/evaluator comments for the package in godoc-style

Alexander Morozov authored on 2015/03/24 06:27:23
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-// builder is the evaluation step in the Dockerfile parse/evaluate pipeline.
1
+// Package builder is the evaluation step in the Dockerfile parse/evaluate pipeline.
2 2
 //
3 3
 // It incorporates a dispatch table based on the parser.Node values (see the
4 4
 // parser package for more information) that are yielded from the parser itself.