This is an automated email from the ASF dual-hosted git repository.
jhm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
The following commit(s) were added to refs/heads/master by this push:
new 80597b9 Use JavaDoc ant-Tags as in Ant itself.
80597b9 is described below
commit 80597b90630813ae1798e22449e348aef29871bb
Author: Jan MatÚrne <[email protected]>
AuthorDate: Sun Aug 16 08:16:28 2020 +0200
Use JavaDoc ant-Tags as in Ant itself.
---
build.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/build.xml b/build.xml
index 0e0ce60..d4cebdb 100644
--- a/build.xml
+++ b/build.xml
@@ -242,6 +242,12 @@
<path refid="classpath.compile"/>
<fileset dir="${ant.home}/lib" includes="*.jar"/>
</classpath>
+ <tag name="todo" description="To do:" scope="all"/>
+ <tag name="ant.task" enabled="false" description="Task:" scope="types"/>
+ <tag name="ant.datatype" enabled="false" description="Data type:"
scope="types"/>
+ <tag name="ant.attribute" enabled="false" description="Attribute:"
scope="types"/>
+ <tag name="ant.attribute.group" enabled="false" description="Attribute
group:" scope="types"/>
+ <tag name="ant.element" enabled="false" description="Nested element:"
scope="types"/>
</javadoc>
</target>