]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/4DNav/space-file-decoder/space-file-decoder-docs.factor
Moved things into unmaintained that fail help-lint
[factor.git] / unmaintained / 4DNav / space-file-decoder / space-file-decoder-docs.factor
1 ! Copyright (C) 2008 Jean-François Bigot.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax kernel ;
4 IN: 4DNav.space-file-decoder
5
6 HELP: adsoda-read-model
7 { $values
8      { "tag" null }
9 }
10 { $description "" } ;
11
12 HELP: decode-number-array
13 { $values
14      { "x" null }
15      { "y" null }
16 }
17 { $description "" } ;
18
19 HELP: read-model-file
20 { $values
21     
22      { "path" "path to the file to read" }
23      { "x" null }
24 }
25 { $description "" } ;
26
27 ARTICLE: "4DNav.space-file-decoder" "4DNav.space-file-decoder"
28 { $vocab-link "4DNav.space-file-decoder" }
29 ;
30
31 ABOUT: "4DNav.space-file-decoder"