You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/06/16 14:04:57 UTC

svn commit: r668127 - /ant/core/trunk/xdocs/external.xml

Author: bodewig
Date: Mon Jun 16 05:04:57 2008
New Revision: 668127

URL: http://svn.apache.org/viewvc?rev=668127&view=rev
Log:
Add JsDoc

Modified:
    ant/core/trunk/xdocs/external.xml

Modified: ant/core/trunk/xdocs/external.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=668127&r1=668126&r2=668127&view=diff
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Mon Jun 16 05:04:57 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-     Licensed to the Apache Software Foundation (ASF) under one or more
+   Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
@@ -2111,6 +2111,38 @@
         </table>
       </subsection>
 
+      <subsection name="JsDoc Toolkit Ant Task">
+
+        <p>JsDoc Toolkit is an application, written in JavaScript, for
+          automatically generating template-formatted, multi-page HTML
+          (or XML, JSON, or any other text-based) documentation from
+          commented JavaScript source code.</p>
+
+        <p>This project is a simple wrapper around the JsDoc Toolkit
+          documentation program. It gives the user all the command
+          line options, with the flexibility of using in within an Ant
+          build file.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Ant 1.7.0 or higher</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a href="http://code.google.com/p/jsdoc-toolkit-ant-task/">http://code.google.com/p/jsdoc-toolkit-ant-task/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="mailto:ironsidevsquincy@googlemail.com">Darren Hurley</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>Apache License 2.0</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="JSMin Ant Task">
 
         <p>The JSMin Ant task can be used for the automated minification of javascript files