You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/11 01:39:25 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4024: Fix the swagger files generated by removing troublesome class

sijie commented on a change in pull request #4024: Fix the swagger files generated by removing troublesome class
URL: https://github.com/apache/pulsar/pull/4024#discussion_r274231211
 
 

 ##########
 File path: site2/tools/python-doc-gen.sh
 ##########
 @@ -26,6 +26,8 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
 # so that Pdoc can import the module
 find $ROOT_DIR -name CMakeCache.txt | xargs rm -f
 find $ROOT_DIR -name CMakeFiles | xargs rm -rf
+find $ROOT_DIR -name PulsarApi.pb.h | xargs rm -rf
 
 Review comment:
   are these 2 lines related to swagger?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services