mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 02:57:57 +00:00
Deploying to gh-pages from @ chillerlan/php-qrcode@05917f7286 🚀
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
</aside>
|
||||
|
||||
<p class="phpdocumentor-summary"><p>Implements Reed-Solomon decoding, as the name implies.</p></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>
|
||||
: array<string|int, int> </span>
|
||||
</dt>
|
||||
<dd><p>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.</p></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.</p></dd>
|
||||
|
||||
</aside>
|
||||
|
||||
<p class="phpdocumentor-summary"><p>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.</p></p>
|
||||
in the input.</p>
|
||||
|
||||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||||
<span class="phpdocumentor-signature__visibility">public</span>
|
||||
|
||||
Reference in New Issue
Block a user