Browse Source

Add JsDoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668127 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
d30dab715d
1 changed files with 33 additions and 1 deletions
  1. +33
    -1
      xdocs/external.xml

+ 33
- 1
xdocs/external.xml View File

@@ -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


Loading…
Cancel
Save