Building a JSDoc Runner for Maven
Friday, February 3rd, 2012
The next step in this plugin is to ensure that we can generate documentation. While it may seem like a stretch to do this so early in the process, it forces us to build a few other pieces that we’ll need later. Our documentation generator will be JSDoc, chosen because it’s fairly mature, has a [...]
