]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/loop/loop-docs.factor
factor: trim using lists
[factor.git] / extra / game / loop / loop-docs.factor
index c42e39e17ba345aa6dc4c6adf1d314e527cff6a9..303ddd48119db66a0a7a57c7884d59017c31028f 100644 (file)
@@ -1,5 +1,6 @@
-! (c)2009 Joe Groff bsd license
-USING: help.markup help.syntax kernel math ui.gadgets.worlds ;
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.markup help.syntax math ui.gadgets.worlds ;
 IN: game.loop
 
 HELP: fps
@@ -39,7 +40,7 @@ $nl
 
 HELP: game-loop-error
 { $values
-    { "game-loop" game-loop } { "error" "an error object" }
+    { "error" "an error object" } { "game-loop" game-loop }
 }
 { $description "If an uncaught error is thrown from inside a game loop delegate's " { $link tick* } " or " { $link draw* } ", the game loop will catch the error, stop the game loop, and rethrow an error of this class." } ;