LUCENE-4345: link to queries/ javadocs from classification/

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-10-23 17:14:49 +00:00
parent 3b7d56d31e
commit 9caa4a68bd
1 changed files with 8 additions and 0 deletions

View File

@ -41,4 +41,12 @@
<target name="compile-core" depends="jar-queries,jar-analyzers-common,common.compile-core" />
<target name="javadocs" depends="javadocs-queries,compile-core">
<invoke-module-javadoc>
<links>
<link href="../queries"/>
</links>
</invoke-module-javadoc>
</target>
</project>