Skip to content
Snippets Groups Projects
Commit ac2b38fb authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc links in package-info.java

parent b8fcc4e2
No related branches found
No related tags found
No related merge requests found
/**
* Example classes using edu.nps.moves.dis7 library.
*/
// https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java
package edu.nps.moves.dis7.examples;
/**
* Example classes using edu.nps.moves.dis7 library.
*
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package edu.nps.moves.dis7.examples;
/**
* Utility classes supporting edu.nps.moves.dis7 library.
*/
// https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java
package edu.nps.moves.dis7.utilities;
/**
* Utility classes supporting edu.nps.moves.dis7 library.
*
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package edu.nps.moves.dis7.utilities;
/**
* Streaming utility classes supporting edu.nps.moves.dis7 library.
*/
// https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java
package edu.nps.moves.dis7.utilities.stream;
/**
* Streaming utility classes supporting edu.nps.moves.dis7 library.
*
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package edu.nps.moves.dis7.utilities.stream;
/**
* Spatial utility classes supporting edu.nps.moves.dis7 library.
*/
// https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java
package edu.nps.moves.spatial;
/**
* Spatial utility classes supporting edu.nps.moves.dis7 library.
*
* @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>
*/
package edu.nps.moves.spatial;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment