add package-info files for api and coreapi package documentation

This commit is contained in:
James Seibel
2023-06-29 20:56:14 -05:00
parent 81ac90feb4
commit 77bc3bd3c2
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
/**
* <strong> Start Here </strong> <br>
* {@link com.seibel.distanthorizons.api.DhApi} has almost every method you would want.
*/
package com.seibel.distanthorizons.api;
@@ -0,0 +1,11 @@
/**
* <strong> Only For Internal Use </strong> <br> <!-- don't appear -->
* Everything in here for DH internally use. <br><br>
*
* You can use objects and methods from here if you want, (I'm a javaDoc, not the cops)
* but using anything from this package is unsupported and may change at any time. <br><br>
*
* When in doubt, if a method starts with "DhApi" it is safe to use, and we will
* do our best to avoid breaking changes.
*/
package com.seibel.distanthorizons.coreapi;