Skip to content

Commit 5527ba3

Browse files
committed
🚿
1 parent 857dd51 commit 5527ba3

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/Common/ReedSolomonDecoder.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@
2020
* The algorithm will not be explained here, but the following references were helpful
2121
* in creating this implementation:
2222
*
23-
* <ul>
24-
* <li>Bruce Maggs.
25-
* <a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/pscico-guyb/realworld/www/rs_decode.ps">
26-
* "Decoding Reed-Solomon Codes"</a> (see discussion of Forney's Formula)</li>
27-
* <li>J.I. Hall. <a href="www.mth.msu.edu/~jhall/classes/codenotes/GRS.pdf">
28-
* "Chapter 5. Generalized Reed-Solomon Codes"</a>
29-
* (see discussion of Euclidean algorithm)</li>
30-
* </ul>
23+
* - Bruce Maggs "Decoding Reed-Solomon Codes" (see discussion of Forney's Formula)
24+
* http://www.cs.cmu.edu/afs/cs.cmu.edu/project/pscico-guyb/realworld/www/rs_decode.ps
25+
* - J.I. Hall. "Chapter 5. Generalized Reed-Solomon Codes" (see discussion of Euclidean algorithm)
26+
* https://users.math.msu.edu/users/halljo/classes/codenotes/GRS.pdf
3127
*
3228
* Much credit is due to William Rucklidge since portions of this code are an indirect
3329
* port of his C++ Reed-Solomon implementation.

src/Data/QRDataModeInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
/**
1616
* Specifies the methods reqired for the data modules (Number, Alphanum, Byte and Kanji)
17-
* and holds version information in several constants
1817
*/
1918
interface QRDataModeInterface{
2019

0 commit comments

Comments
 (0)