Skip to content

Commit

Permalink
tools.image-analyzer: fix help-lint docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 13, 2015
1 parent 8cf8f02 commit e7c66b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions extra/tools/image-analyzer/image-analyzer-docs.factor
@@ -1,14 +1,12 @@
USING: assocs help.markup help.syntax sequences strings ;
IN: tools.image-analyzer
FROM: tools.image-analyzer.vm => image-header ;

HELP: load-image
{ $values
{ "image" string }
{ "header" image-header }
{ "heap-nodes" sequence }
{ "image-file" string }
{ "image" image }
}
{ $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"
"The " { $vocab-link "tools.image-analyzer" } " loads and decodes Factor images."
Expand Down

0 comments on commit e7c66b2

Please sign in to comment.