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

Update alertbox.adoc

Removed unneeded new line breaks.
mitm001 9 лет назад
Родитель
Сommit
06355cc6ed
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/docs/asciidoc/jme3/contributions/tonegodgui/alertbox.adoc

+ 4 - 4
src/docs/asciidoc/jme3/contributions/tonegodgui/alertbox.adoc

@@ -10,11 +10,11 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 == AlertBox Class
 
-The AlertBox class extends Window, adding a scroll area for displaying messages, as well as a configurable button for closing the AlertBox.+
+The AlertBox class extends Window, adding a scroll area for displaying messages, as well as a configurable button for closing the AlertBox.
 
 It utilizes the 3 standard constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
 
-*Constructor 1:*+
+*Constructor 1:*
 
 [source,java]
 ----
@@ -29,7 +29,7 @@ AlertBox alert = new AlertBox(screen, “alert”, new Vector2f(15, 15));
 
 ----
 
-*Constructor 2:*+
+*Constructor 2:*
 
 [source,java]
 ----
@@ -43,7 +43,7 @@ AlertBox alert = new AlertBox(screen, “alert”, new Vector2f(15, 15),
 
 ----
 
-*Constructor 3:*+
+*Constructor 3:*
 
 [source,java]
 ----