mkremins / fanciful

Fancy Bukkit message formatting
MIT License
96 stars 82 forks source link

Added API documentation. Fixes issue ticket #8. #27

Closed glen3b closed 10 years ago

glen3b commented 10 years ago

This PR adds thorough JavaDocs to all publicly accessible members in all classes (except the example code) in the project. The documentation includes a brief description of method function, method exceptions (if any), caveats (in some cases), and other notable points.

There are also a few minor tweaks I couldn't help but notice and fix (which can be undone if need be): Here, here (add formatting to toOldMessageFormat()), and here.