Skip to content

Commit b4a6b81

Browse files
committed
Update docs
1 parent af97a9a commit b4a6b81

File tree

3 files changed

+65
-77
lines changed

3 files changed

+65
-77
lines changed

assignments/08-cor-constructive/classFish.html

+6-12
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ <h2 class="memtitle"><span class="permalink"><a href="#a13d5ee87b567f8f5358e3d92
160160
</table>
161161
</dd>
162162
</dl>
163-
<dl class="exception"><dt>Exceptions</dt><dd>
164-
<table class="exception">
165-
<tr><td class="paramname">std::out_of_range</td><td>if the row or column is out of bounds (negative or too large) </td></tr>
166-
</table>
167-
</dd>
168-
</dl>
169163

170164
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00009">9</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
171165

@@ -188,7 +182,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a94fd83ec813dc3d6f9cdc658
188182
</div><div class="memdoc">
189183
<dl class="section return"><dt>Returns</dt><dd>column (x-coordinate) of the top left character </dd></dl>
190184

191-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00021">21</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
185+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00015">15</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
192186

193187
</div>
194188
</div>
@@ -211,7 +205,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a9532a3f31e7b4085ec112b3f
211205
<p>Render to the given <a class="el" href="classScreen.html" title="Represents the abstract notion of a character-addressable writable screen.">Screen</a>. Draws over whatever is already there with no concept of transparency. </p>
212206
<p>Because <a class="el" href="classFish.html#a94fd83ec813dc3d6f9cdc65849d34d7a">Fish::col</a> and <a class="el" href="classFish.html#aced89767f681fbbf113d5a10f7c3da8e">Fish::row</a> return unwrapped coordinates, <a class="el" href="classFish.html#a9532a3f31e7b4085ec112b3fc25eb563" title="Render to the given Screen. Draws over whatever is already there with no concept of transparency.">Fish::draw</a> wraps them to the dimensions of the <a class="el" href="classScreen.html" title="Represents the abstract notion of a character-addressable writable screen.">Screen</a>. </p>
213207

214-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00044">44</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
208+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00038">38</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
215209

216210
</div>
217211
</div>
@@ -231,7 +225,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a91f4b8ee26adc891ece55205
231225
</div><div class="memdoc">
232226
<dl class="section return"><dt>Returns</dt><dd>height of the grid of characters </dd></dl>
233227

234-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00027">27</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
228+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00021">21</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
235229

236230
</div>
237231
</div>
@@ -251,7 +245,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aced89767f681fbbf113d5a10
251245
</div><div class="memdoc">
252246
<dl class="section return"><dt>Returns</dt><dd>row (y-coordinate) of the top left character </dd></dl>
253247

254-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00023">23</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
248+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00017">17</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
255249

256250
</div>
257251
</div>
@@ -272,7 +266,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#aa49a70677a400c471b1e3db5
272266

273267
<p>Update col using horizontal_speed. Update row using vertical_speed. </p>
274268

275-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00029">29</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
269+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00023">23</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
276270

277271
</div>
278272
</div>
@@ -292,7 +286,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad8856e255755b6f35aa70ffe
292286
</div><div class="memdoc">
293287
<dl class="section return"><dt>Returns</dt><dd>width of the grid of characters </dd></dl>
294288

295-
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00025">25</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
289+
<p class="definition">Definition at line <a class="el" href="fish_8cpp_source.html#l00019">19</a> of file <a class="el" href="fish_8cpp_source.html">fish.cpp</a>.</p>
296290

297291
</div>
298292
</div>

0 commit comments

Comments
 (0)