merlimat closed pull request #3086: Issue #2582: Schema javadoc missing from
client api docs
URL: https://github.com/apache/pulsar/pull/3086
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site/Makefile b/site/Makefile
index eb30cfbeb1..ad6b0643d3 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -74,7 +74,7 @@ serve: clean_local
.PHONY: javadoc
javadoc:
- rm -rf api/{admin,client}
+ rm -rf api/{admin,client,pulsar-functions}
scripts/javadoc-gen.sh
python_doc_gen:
diff --git a/site/scripts/javadoc-gen.sh b/site/scripts/javadoc-gen.sh
index 851088cded..bdd57e83ec 100755
--- a/site/scripts/javadoc-gen.sh
+++ b/site/scripts/javadoc-gen.sh
@@ -36,7 +36,8 @@
JDK_COMMON_PKGS=java.lang:java.util:java.util.concurrent:java.nio:java.net:java.
-noqualifier $JDK_COMMON_PKGS \
-notimestamp \
-Xdoclint:none \
- `find pulsar-client/src/main/java/org/apache/pulsar/client/api -name
*.java`
+ `find pulsar-client/src/main/java/org/apache/pulsar/client/api -name
*.java` \
+ `find pulsar-client-schema/src/main/java -name *.java | grep -v /impl/`
# Java admin
javadoc \
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services