Anonymitaet opened a new issue #12843: URL: https://github.com/apache/pulsar/issues/12843
# Background Currently, we have [API websites for various languages](https://pulsar.apache.org/api/), such as the Java / C++ / Python API website. # Issue 1. C does not have an API website. `.h` files of C are available at [here](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/include/pulsar/c). @BewareMyPower found that Doxygen generates C++ rather than C API website. 2. C lacks many descriptions. Example:  # Solution 1. Generate a website for C client API 2. Add missing descriptions for C >>>>>>>>>> Anyone would like to help? Thanks -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
