Просмотр исходного кода

Corrected Admonition

Removed stray pasted line of text.
mitm001 8 лет назад
Родитель
Сommit
00fe6065c9
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      src/docs/asciidoc/jme3/setting_up_netbeans_and_jme3.adoc

+ 4 - 5
src/docs/asciidoc/jme3/setting_up_netbeans_and_jme3.adoc

@@ -27,10 +27,9 @@ The currently available JAR binaries are the nightly builds.
 
 
 .  Download the most recent zipped build from link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[https://github.com/jMonkeyEngine/jmonkeyengine/releases]
 .  Download the most recent zipped build from link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[https://github.com/jMonkeyEngine/jmonkeyengine/releases]
 .  Unzip the file and save it as `jME3.1-stable` in your NetBeansProjects directory. You should see the following files and directories:
 .  Unzip the file and save it as `jME3.1-stable` in your NetBeansProjects directory. You should see the following files and directories:
-..  `lib/` – The jMonkeyEngine binaries and libraries. (Don't remove.)
-..  `jMonkeyEngine3.jar` – Run * Optional: Configuring the JavaDoc Popups in NetBeans and source file  
-this executable jar file to see various feature demos. (optional)
-..  `javadoc/` – jME3 +++<abbr title="Application Programming Interface">API</abbr>+++ documentation. (optional)
+..  `lib/` - The jMonkeyEngine binaries and libraries. (Don't remove.)
+..  `jMonkeyEngine3.jar` – Run this executable jar file to see various feature demos. (optional)
+..  `javadoc/` - jME3 +++<abbr title="Application Programming Interface">API</abbr>+++ documentation. (optional)
 ..  `sources/` - jME3 source files. (optional)
 ..  `sources/` - jME3 source files. (optional)
 
 
 
 
@@ -68,7 +67,7 @@ Your project depends on the jMonkeyEngine libraries and needs to know where they
 
 
 The necessary libraries are now on the classpath and should appear in the Libraries list. You now have a global library you can add to any project. 
 The necessary libraries are now on the classpath and should appear in the Libraries list. You now have a global library you can add to any project. 
 
 
-[INFORMATION]
+[NOTE]
 ====
 ====
 If you configured your library with sources and javadocs, open a class of your HelloJME3 project, place the caret into a jme3 class, and press kbd:[Ctrl] + kbd:[Space] to see the javadoc popup, as well as code-completion.
 If you configured your library with sources and javadocs, open a class of your HelloJME3 project, place the caret into a jme3 class, and press kbd:[Ctrl] + kbd:[Space] to see the javadoc popup, as well as code-completion.