Skip to content

Instantly share code, notes, and snippets.

@shulima
Created March 25, 2015 22:26
Show Gist options
  • Save shulima/00735be5ece79da21b91 to your computer and use it in GitHub Desktop.
Save shulima/00735be5ece79da21b91 to your computer and use it in GitHub Desktop.
Turn off doclint to allow Java bindings to compile.
diff --git a/java/Makefile.am b/java/Makefile.am
index b0296b3..d89c9c4 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -68,7 +68,7 @@ clean-local:
if HAVE_JAVA
JAVAC_FLAGS = $(EXTRA_JAVAC_FLAGS) -encoding utf-8
-JAVADOC_FLAGS = -encoding utf-8
+JAVADOC_FLAGS = -encoding utf-8 -Xdoclint:none
# Java source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment