You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/30 03:00:19 UTC

[pulsar-site] branch main updated: disable cpp api docs generation as it caurse build error

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b6131a6e9fc disable cpp api docs generation as it caurse build error
b6131a6e9fc is described below

commit b6131a6e9fcf97f78864cdd9afea649a1e251a25
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Sep 30 11:00:04 2022 +0800

    disable cpp api docs generation as it caurse build error
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/tools/generate-api-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/tools/generate-api-docs.sh b/site2/tools/generate-api-docs.sh
index 1df635664f0..178df0ba0a0 100755
--- a/site2/tools/generate-api-docs.sh
+++ b/site2/tools/generate-api-docs.sh
@@ -34,4 +34,4 @@ SCRIPT_DIR=`dirname "$0"`
 
 cd $SCRIPT_DIR
 
-./doxygen-doc-gen.sh
+# ./doxygen-doc-gen.sh