Skip to content

Instantly share code, notes, and snippets.

@soh-i
Created June 17, 2015 06:31
Show Gist options
  • Select an option

  • Save soh-i/63ebb248208a6371faa3 to your computer and use it in GitHub Desktop.

Select an option

Save soh-i/63ebb248208a6371faa3 to your computer and use it in GitHub Desktop.
Generate htsjdk's Docset used by Dash.app from javadoc
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.*"
@soh-i
Copy link
Author

soh-i commented Jun 17, 2015

Patch it to the original build.xml, then you can type ant javadoc and javadocset htsjdk-doc javadoc generating docset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment