[tor-commits] [metrics-lib/release] Avoid internal packages' javadoc in public javadoc API.
karsten at torproject.org
karsten at torproject.org
Tue Oct 10 09:23:19 UTC 2017
commit f533c3d91de39857a0fc0fd5b7cae6239dfeb411
Author: iwakeh <iwakeh at torproject.org>
Date: Fri Jul 28 07:53:35 2017 +0000
Avoid internal packages' javadoc in public javadoc API.
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 0eba3ff..832f29a 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
<property name="release.version" value="2.0.0-dev" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
- <property name="javadoc-excludes" value="**/impl/** **/index/**" />
+ <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" />
<property name="implementation-title" value="Tor Metrics Library" />
<property name="name" value="metrics-lib" />
<property name="jarpatternprop" value="empty" />
More information about the tor-commits
mailing list