You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "aherbert (via GitHub)" <gi...@apache.org> on 2023/06/09 11:44:26 UTC

[GitHub] [commons-geometry] aherbert commented on pull request #214: Fix CutAngle class Javadoc

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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org