lkuza2 / java-speech-api

The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
GNU General Public License v3.0
531 stars 304 forks source link

Fix malformed Javadocs #81

Open Skylion007 opened 8 years ago

Skylion007 commented 8 years ago

So pull request #79 was kind enough to update the Maven packages which a bunch of code style checkers and such. However, one of those checkers generate Javadocs and since many of the javadocs throughout the code base are malformed, we will need fix this before this module works. Until then, if you are trying to build through source I suggest you skip Javadocs module using appropriate Maven arguments. Unfortunately, as it is the middle of exam period, I probably won't have time to resolve this issue immediately however the fix is rather simple.