]> gitweb.factorcode.org Git - factor.git/blob - basis/core-foundation/bundles/bundles-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / core-foundation / bundles / bundles-docs.factor
1 USING: help.syntax help.markup ;
2 IN: core-foundation.bundles
3
4 HELP: <CFBundle>
5 { $values { "string" "a pathname string" } { "bundle" "a " { $snippet "CFBundle" } } }
6 { $description "Creates a new " { $snippet "CFBundle" } "." } ;
7
8 HELP: load-framework
9 { $values { "name" "a pathname string" } }
10 { $description "Loads a Core Foundation framework." } ;