jawaff / KinectController

Control your computer using your body. The KinectController turns the Kinect into a controller that allows configurable actions to be emulated when configurable gestures are triggered by the user.
0 stars 0 forks source link

Make sure the project is well documented with Javadoc comments. Then make an automated way for generating the documentation. #9

Closed jawaff closed 8 years ago

jawaff commented 8 years ago

The generation of the documentation should be integrated with the build system probably.

jawaff commented 8 years ago

Documentation is going to be built using Gradle's javadoc task. The build.gradle file now configures Gradle to store the documentation in the Documentation directory alongside the Nite and OpenNI documentation.

jawaff commented 8 years ago

Some classes just need to have their javadoc comments added or updated. Then this issue will be closed.

jawaff commented 8 years ago

Most everything has javadoc comments now. The only exception would be the class methods that it doesn't really make sense for.