Created
June 17, 2015 06:31
-
-
Save soh-i/63ebb248208a6371faa3 to your computer and use it in GitHub Desktop.
Generate htsjdk's Docset used by Dash.app from javadoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build.xml b/build.xml | |
| index 974d7c8..5fb82b9 100755 | |
| --- a/build.xml | |
| +++ b/build.xml | |
| @@ -188,6 +188,7 @@ | |
| <target name="javadoc" depends="init" description="Generates the project javadoc."> | |
| <javadoc | |
| + additionalparam="-locale en_US -encoding utf-8 -charset utf-8" | |
| sourcepath="${src}" | |
| destdir="javadoc" | |
| packagenames="htsjdk.samtools.*, htsjdk.variant.*, htsjdk.tribble.*" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Patch it to the original build.xml, then you can type
ant javadocandjavadocset htsjdk-doc javadocgenerating docset.