Open SnakeDoc opened 11 years ago
maybe you wanna take a crack at this if you have some time. basically just need to document/update for every method in every class... see examples at: https://github.com/SnakeDoc/JUtils/blob/master/src/net/snakedoc/jutils/database/_Database.java and https://github.com/SnakeDoc/JUtils/blob/master/src/net/snakedoc/jutils/database/H2.java for formatting. Using the @param and @return and @throws allows the actual html JavaDoc's to be auto-generated. Nice.
Will do!
Thanks,
Trace Hagan
Please excuse any errors; sent from my mobile device.
On May 14, 2013, at 12:09 PM, Jason Sipula notifications@github.com wrote:
maybe you wanna take a crack at this if you have some time. basically just need to document/update for every method in every class... see examples at: https://github.com/SnakeDoc/JUtils/blob/master/src/net/snakedoc/jutils/database/_Database.java and https://github.com/SnakeDoc/JUtils/blob/master/src/net/snakedoc/jutils/database/H2.java for formatting. Using the @param and @return and @throws allows the actual html JavaDoc's to be auto-generated. Nice.
— Reply to this email directly or view it on GitHub.
thanks! or at least the core methods in each class. def. the ones we'll talk about for the presentation. :)
This is for good 'ol documentation and so we can generate the javadoc html.