Skip to content

Commit

Permalink
Deploying to docs from @ 2ef187e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Sep 18, 2023
1 parent 2fe7d34 commit 4246872
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions rohd/LogicValue-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h1><span class="kind-class">LogicValue</span> class
<p>An immutable 4-value representation of an arbitrary number of bits.</p>
<p>Each bit of <a href="../rohd/LogicValue-class.html">LogicValue</a> can be represented as a <a href="../rohd/LogicValue-class.html">LogicValue</a>
of <code>0</code>, <code>1</code>, <code>x</code> (contention), or <code>z</code> (floating).</p>
<p><a href="../rohd/LogicValue-class.html">LogicValue</a> is unsigned.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_divide.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator /</span> method

<section class="desc markdown">
<p>Division operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_greater.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator ></span> method

<section class="desc markdown">
<p>Greater-than operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_greater_equal.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator >=</span> method

<section class="desc markdown">
<p>Greater-than-or-equal operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_less.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator <</span> method

<section class="desc markdown">
<p>Less-than operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_less_equal.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator <=</span> method

<section class="desc markdown">
<p>Less-than-or-equal operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_minus.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator -</span> method

<section class="desc markdown">
<p>Subtraction operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_multiply.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator *</span> method

<section class="desc markdown">
<p>Multiplication operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down
1 change: 0 additions & 1 deletion rohd/LogicValue/operator_plus.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h1><span class="kind-method">operator +</span> method

<section class="desc markdown">
<p>Addition operation.</p>
<p>WARNING: Signed math is not fully tested.</p>
</section>


Expand Down

0 comments on commit 4246872

Please sign in to comment.