Enhanced Javadoc comments in DataMatrix.java, IDataMatrix.java, Matrix.java, and MatrixTypes.java.
Key improvements include:
- Added missing @PARAM, @return, and @throws tags.
- Improved clarity and conciseness of existing comments.
- Ensured consistent and correct use of HTML tags.
- Verified appropriate use of @SInCE tags.
- Added @see tags to link related classes and methods.
- Addressed TODO comments in DataMatrix.java, including updating the equals() method to handle null inputs correctly and noting the JDK version.
- Clarified behavior of methods with array/list parameters, index handling, and automatic resizing.
- Provided detailed descriptions for enum constants in MatrixTypes.java.
Enhanced Javadoc comments in DataMatrix.java, IDataMatrix.java, Matrix.java, and MatrixTypes.java.
Key improvements include: