changed javadoc publishing path from 'api' to 'javadoc' because there

are also other APIs in in YaCy.
This commit is contained in:
Michael Peter Christen 2014-06-01 22:25:55 +02:00
parent d8d318233e
commit b803622ac3

View File

@ -44,7 +44,7 @@
<property name="libt" location="libt"/>
<property name="libbuild" location="libbuild"/>
<property name="build" location="classes"/>
<property name="javadoc" location="api"/>
<property name="javadoc" location="javadoc"/>
<property name="htroot" location="htroot"/>
<property name="test" location="test"/>
<property name="langstats" location="langstats"/>
@ -146,7 +146,7 @@
<target name="javadoc" depends="init" description="make javadoc for YaCy core">
<javadoc destdir="${javadoc}"
windowtitle="YaCy API"
windowtitle="YaCy API: javadoc documentation"
encoding="UTF-8"
charset="UTF-8"
access="private">