瀏覽代碼

fix partial

mitm001 5 年之前
父節點
當前提交
a927fc4bda
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/modules/ROOT/pages/getting-started/simpleapplication_from_the_commandline.adoc

+ 3 - 1
docs/modules/ROOT/pages/getting-started/simpleapplication_from_the_commandline.adoc

@@ -162,7 +162,9 @@ mkdir HelloJME3/src/mygame
 
 == Libraries
 
-Next you copy the necessary JAR libraries from the download to your project. You only have to do this set of steps once every time you download a new JME3 build. include::partial$source-structure-link.adoc[]
+Next you copy the necessary JAR libraries from the download to your project. You only have to do this set of steps once every time you download a new JME3 build.
+
+include::partial$source-structure-link.adoc[]
 
 [source]
 ----