소스 검색

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]
 ----