fix docs
parent
99f442c2c7
commit
bbcba1a7f6
|
@ -46,19 +46,19 @@ HELP: vocab
|
||||||
{ $class-description "Instances represent vocabularies." } ;
|
{ $class-description "Instances represent vocabularies." } ;
|
||||||
|
|
||||||
HELP: vocab-name
|
HELP: vocab-name
|
||||||
{ $values { "vocab" "a vocabulary specifier" } { "name" string } }
|
{ $values { "vocab-spec" "a vocabulary specifier" } { "name" string } }
|
||||||
{ $description "Outputs the name of a vocabulary." } ;
|
{ $description "Outputs the name of a vocabulary." } ;
|
||||||
|
|
||||||
HELP: vocab-words
|
HELP: vocab-words
|
||||||
{ $values { "vocab" "a vocabulary specifier" } { "words" "an assoc mapping strings to words" } }
|
{ $values { "vocab-spec" "a vocabulary specifier" } { "words" "an assoc mapping strings to words" } }
|
||||||
{ $description "Outputs the words defined in a vocabulary." } ;
|
{ $description "Outputs the words defined in a vocabulary." } ;
|
||||||
|
|
||||||
HELP: vocab-source-loaded?
|
HELP: vocab-source-loaded?
|
||||||
{ $values { "vocab" "a vocabulary specifier" } { "source-loaded?" "a boolean" } }
|
{ $values { "vocab-spec" "a vocabulary specifier" } { "?" "a boolean" } }
|
||||||
{ $description "Outputs if the source for this vocubulary has been loaded." } ;
|
{ $description "Outputs if the source for this vocubulary has been loaded." } ;
|
||||||
|
|
||||||
HELP: vocab-docs-loaded?
|
HELP: vocab-docs-loaded?
|
||||||
{ $values { "vocab" "a vocabulary specifier" } { "docs-loaded?" "a boolean" } }
|
{ $values { "vocab-spec" "a vocabulary specifier" } { "?" "a boolean" } }
|
||||||
{ $description "Outputs if the documentation for this vocubulary has been loaded." } ;
|
{ $description "Outputs if the documentation for this vocubulary has been loaded." } ;
|
||||||
|
|
||||||
HELP: words
|
HELP: words
|
||||||
|
|
Loading…
Reference in New Issue