tools.image-analyzer: fix help-lint docs.
parent
8cf8f023e2
commit
e7c66b2362
|
@ -1,14 +1,12 @@
|
||||||
USING: assocs help.markup help.syntax sequences strings ;
|
USING: assocs help.markup help.syntax sequences strings ;
|
||||||
IN: tools.image-analyzer
|
IN: tools.image-analyzer
|
||||||
FROM: tools.image-analyzer.vm => image-header ;
|
|
||||||
|
|
||||||
HELP: load-image
|
HELP: load-image
|
||||||
{ $values
|
{ $values
|
||||||
{ "image" string }
|
{ "image-file" string }
|
||||||
{ "header" image-header }
|
{ "image" image }
|
||||||
{ "heap-nodes" sequence }
|
|
||||||
}
|
}
|
||||||
{ $description "Loads and decodes Factor image. The images header and a sequence of all Factor objects found in its data and code heaps are put on the stack." } ;
|
{ $description "Loads and decodes Factor image." } ;
|
||||||
|
|
||||||
ARTICLE: "tools.image-analyzer" "Loader for Factor images"
|
ARTICLE: "tools.image-analyzer" "Loader for Factor images"
|
||||||
"The " { $vocab-link "tools.image-analyzer" } " loads and decodes Factor images."
|
"The " { $vocab-link "tools.image-analyzer" } " loads and decodes Factor images."
|
||||||
|
|
Loading…
Reference in New Issue