diff --git a/stepmania/Docs/Lua.xsd b/stepmania/Docs/Lua.xsd index d44739ecd7..150e352c18 100644 --- a/stepmania/Docs/Lua.xsd +++ b/stepmania/Docs/Lua.xsd @@ -82,9 +82,6 @@ - - - diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index ee58725e2e..c0f8fc2f7f 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -430,7 +430,4 @@
-
-
-
  • diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 247617e313..417315dad4 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -55,11 +55,9 @@ - This Actor represents a playable sound. There are two attributes that can be set on load. -
      -
    • SupportPan - Let the sound pan from side to side.
    • -
    • SupportRateChanging - Let the sound change rate and pitch.
    • -
    + This Actor represents a playable sound. There are two attributes that can be set on load.
    + * SupportPan - Let the sound pan from side to side.
    + * SupportRateChanging - Let the sound change rate and pitch.
    Returns the RageSound that can be played by this Actor.