Deploying to gh-pages from @ chillerlan/php-qrcode@05917f7286 🚀

This commit is contained in:
codemasher
2021-12-01 21:52:46 +00:00
parent 649c0704e6
commit cfe03b357c
178 changed files with 242 additions and 243 deletions
@@ -115,7 +115,7 @@
</aside>
<p class="phpdocumentor-summary">&lt;p&gt;Implements Reed-Solomon decoding, as the name implies.&lt;/p&gt;</p>
<p class="phpdocumentor-summary">Implements Reed-Solomon decoding, as the name implies.</p>
<section class="phpdocumentor-description"><p>The algorithm will not be explained here, but the following references were helpful
in creating this implementation:</p>
@@ -182,9 +182,9 @@ port of his C++ Reed-Solomon implementation.</p>
<span>
&nbsp;: array&lt;string|int, int&gt; </span>
</dt>
<dd>&lt;p&gt;Decodes given set of received codewords, which include both data and error-correction
<dd>Decodes given set of received codewords, which include both data and error-correction
codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place,
in the input.&lt;/p&gt;</dd>
in the input.</dd>
<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a href="classes/chillerlan-QRCode-Common-ReedSolomonDecoder.html#method_findErrorLocations">findErrorLocations()</a>
@@ -237,9 +237,9 @@ in the input.&lt;/p&gt;</dd>
</aside>
<p class="phpdocumentor-summary">&lt;p&gt;Decodes given set of received codewords, which include both data and error-correction
<p class="phpdocumentor-summary">Decodes given set of received codewords, which include both data and error-correction
codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place,
in the input.&lt;/p&gt;</p>
in the input.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>