This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/asf-site by this
push:
new f7cb411 flipping encoding flag
f7cb411 is described below
commit f7cb4113b7091cb5210c9d33bf9401fa7a7ff9d1
Author: Josh Fischer <[email protected]>
AuthorDate: Fri Nov 29 21:06:35 2019 -0600
flipping encoding flag
---
website2/website/scripts/javadocs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website2/website/scripts/javadocs.sh
b/website2/website/scripts/javadocs.sh
index 340e1c0..dfee9b8 100755
--- a/website2/website/scripts/javadocs.sh
+++ b/website2/website/scripts/javadocs.sh
@@ -59,10 +59,10 @@
CLOSURE_CLASSES="$HERON_ROOT_DIR/bazel-bin/storm-compatibility/src/java/_javac/s
export CLASSPATH=$BIN_JARS:$GEN_JARS:$SCRIBE_JARS:$PROTO_JARS:$CLOSURE_CLASSES
$JAVADOC $FLAGS \
+ -encoding "UTF-8" \
-windowtitle "Heron Java API" \
-doctitle "The Heron Java API" \
-overview $OVERVIEW_HTML_FILE \
- -encoding UTF-8
-d $JAVADOC_OUTPUT_DIR $GEN_FILES $HERON_SRC_FILES $BACKTYPE_SRC_FILES
$APACHE_SRC_FILES || true
# Generated Java API doc needs to be copied to $JAVADOC_OUTPUT_LOCAL_DIR