From 5db5486041c84c56a89d19f90686bc1996d37d98 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 7 Aug 2007 12:23:55 +0000 Subject: [PATCH] Parse function arguments and add links to types we know about. Color void, int, float, and string. I have not yet decided how to handle returned tables or arrays (which are just tables with keys 0..n). --- stepmania/Docs/Lua.xsl | 123 +++++++++++++++++++++++++++++++++-------- 1 file changed, 101 insertions(+), 22 deletions(-) diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index dbe3ac9f14..0fbf5c30fb 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -3,7 +3,7 @@ + exclude-result-prefixes="sm"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , + + + + + + + @@ -228,22 +309,20 @@ - - - - - - - - - - - + + + - ( ) + + + + ( + + + + )

@@ -271,16 +350,16 @@ - + - + - + - +