jGrouse is a framework that allows technical documentation to be generated for the JavaScript scripting language in a similar way that JavaDoc is used for the Java programming language.
jGrouseDoc creates documentation for JavaScript based on a number of different documentation schemes, including jGrouse. The framework is based on Java's JavaDoc style of commenting code using inline comments.
jGrouseDoc can create source code documentation in a number of different formats. Output is controlled using XSL templates. XSL templates are supplied which allow documentation to be generated in a similar look and feel to JavaDoc.