7 lines
201 B
Factor
7 lines
201 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: webapps.mason.backend
|
||
|
|
||
|
HELP: builder
|
||
|
{ $class-description "The db table that keeps track of the build status of all build machines." }
|
||
|
{ $see-also all-builders } ;
|