what the fuck I did to the Javadoc?

Former-commit-id: 3cb22beaffd151903f7d4cc8f0cdeffbabd9c1a0
Former-commit-id: 104e52928b020e3db2599acb9c99fb3bb23e2f91
This commit is contained in:
Song Minjae
2016-09-22 23:07:50 +09:00
parent 433f27bef2
commit 85156ecdcf
6 changed files with 36 additions and 36 deletions

View File

@@ -611,7 +611,7 @@ A generic game container that handles the game loop, fps recording and
<TD><CODE><B><A HREF="../../../org/newdawn/slick/GameContainer.html#isUpdatingOnlyWhenVisible()">isUpdatingOnlyWhenVisible</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if this game is only updating when echo to the user (default = true)</TD>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if this game is only updating when visible to the user (default = true)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -879,7 +879,7 @@ A generic game container that handles the game loop, fps recording and
<TD><CODE><B><A HREF="../../../org/newdawn/slick/GameContainer.html#setUpdateOnlyWhenVisible(boolean)">setUpdateOnlyWhenVisible</A></B>(boolean&nbsp;updateOnlyWhenVisible)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicate if the display should update only when the game is echo
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicate if the display should update only when the game is visible
(the default is true)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -2233,14 +2233,14 @@ setUpdateOnlyWhenVisible</H3>
<PRE>
public void <B>setUpdateOnlyWhenVisible</B>(boolean&nbsp;updateOnlyWhenVisible)</PRE>
<DL>
<DD>Indicate if the display should update only when the game is echo
<DD>Indicate if the display should update only when the game is visible
(the default is true)
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is echo</DL>
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is visible</DL>
</DD>
</DL>
<HR>
@@ -2250,14 +2250,14 @@ isUpdatingOnlyWhenVisible</H3>
<PRE>
public boolean <B>isUpdatingOnlyWhenVisible</B>()</PRE>
<DL>
<DD>Check if this game is only updating when echo to the user (default = true)
<DD>Check if this game is only updating when visible to the user (default = true)
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>True if the game is only updated when the display is echo</DL>
<DT><B>Returns:</B><DD>True if the game is only updated when the display is visible</DL>
</DD>
</DL>
<HR>