Documentation for 394811e601

This commit is contained in:
github-actions
2021-07-09 19:09:03 +00:00
parent 9aa2b86cab
commit 2624a0d259
216 changed files with 6553 additions and 5809 deletions

View File

@@ -206,7 +206,7 @@ Typical structure of a program</h3>
<div class="line"><span class="comment"> * @returns void</span></div>
<div class="line"><span class="comment"> */</span></div>
<div class="line"><span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="../../dc/d5a/rat__maze_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>() {</div>
<div class="line"> <span class="comment">/* desciptions of the following test */</span></div>
<div class="line"> <span class="comment">/* descriptions of the following test */</span></div>
<div class="line"> assert(func(...) == ...); <span class="comment">// this ensures that the algorithm works as expected</span></div>
<div class="line"> </div>
<div class="line"> <span class="comment">// can have multiple checks</span></div>