aherbert commented on PR #214: URL: https://github.com/apache/commons-geometry/pull/214#issuecomment-1584445048
Note that all javadoc within the `\( \)` parentheses are intentional. These are formatting tags for [MathJax](https://www.mathjax.org/). This can make the document less readable where the rendering is not performed. When rendered with MathJax within the HTML generated javadoc then the document is as intended. This update was made after the last official release and so there are no corresponding javadoc pages on the geometry site. You can view the documents locally (assuming you have the build tools of Maven and a JDK) using: ``` cd commons-geometry-spherical/ mvn javadoc:javadoc open target/site/apidocs/org/apache/commons/geometry/spherical/oned/CutAngle.html ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org