]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/animations/animations-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / unmaintained / animations / animations-docs.factor
index 3e426a2c64ce7f34f5b6c81ef2af9b6d7ab67b6b..20092aa40d6fc60ebc12ebea8e49a600d47beb75 100644 (file)
@@ -1,7 +1,7 @@
 USING: help.markup help.syntax ;
 IN: animations
 
-HELP: animate ( quot duration -- )
+HELP: animate
 
 { $values
     { "quot" "a quot which uses " { $link progress } }
@@ -23,7 +23,7 @@ HELP: animate ( quot duration -- )
     { $notes "The amount of time elapsed between these iterations will very." }
 } ;
 
-HELP: reset-progress ( -- )
+HELP: reset-progress
 { $description
     "Initiates the timer. Call this before using "
     "a loop which makes use of " { $link progress } "."
@@ -64,4 +64,4 @@ ARTICLE: "animations" "Animations"
     "used when one's quote runs for a specific number of iterations, instead "
     "of a length of time. If the animation is like most, and is expected to "
     "run for a specific length of time, " { $link animate } " should be used." ;
-ABOUT: "animations"
\ No newline at end of file
+ABOUT: "animations"