Skip to main content

Automating JsDoc with Apache Ant

In my previous post I described how I got started using JsDoc to generate some documentation for the Wiki Text jQuery Plugin. Running JsDoc on the command line is nice on occasion but in any serious development environment (or my dodgy old laptop) it needs to be incorporated as part of the automated build. Therefore, Read More

Tags: , ,
Posted in JavaScript, Web Development | No Comments »

How I Introduced JsDoc into a JavaScript project – and found my Eclipse Outline

In this article I’ll tell you how I integrated JsDoc into the Wiki Text project to publish JavaDoc style documentation and at the same time solved the strange problem of a missing Outline view in Eclipse IDE. The Problem While I was developing the Wiki Text jQuery plugin I had a couple of problems I Read More

Tags: , ,
Posted in JavaScript | 6 Comments »