Oppdaterer Javadoc

This commit is contained in:
2020-05-07 19:17:02 +02:00
parent 79a774993b
commit 5cd2787a1e
121 changed files with 439 additions and 577 deletions

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="no">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue May 05 15:44:52 CEST 2020 -->
<!-- Generated by javadoc (1.8.0_172) on Thu May 07 19:14:45 CEST 2020 -->
<title>RoboRallyWrapper</title>
<meta name="date" content="2020-05-05">
<meta name="date" content="2020-05-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@ -249,7 +249,7 @@ implements <a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" tit
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyWrapper.html#quit-java.lang.String-">quit</a></span>(java.lang.String&nbsp;string)</code>
<div class="block">Quits the game after logging the input as an error</div>
<div class="block">Quits the game in whatever way is appropriate</div>
</td>
</tr>
<tr id="i7" class="rowColor">
@ -468,12 +468,13 @@ implements <a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" tit
<li class="blockList">
<h4>quit</h4>
<pre>public&nbsp;void&nbsp;quit(java.lang.String&nbsp;string)</pre>
<div class="block">Quits the game after logging the input as an error</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html#quit-java.lang.String-">RoboRallyUI</a></code></span></div>
<div class="block">Quits the game in whatever way is appropriate</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html#quit-java.lang.String-">quit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" title="interface in inf112.fiasko.roborally.ui">RoboRallyUI</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>string</code> - The error causing the game to quit</dd>
<dd><code>string</code> - The message describing why the game quit</dd>
</dl>
</li>
</ul>