You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@
21
21
22
22
# Pulsar C++ client library
23
23
24
-
Examples for using the API to publish and consume messages can be found under the [examples](examples) folder.
24
+
Examples for using the API to publish and consume messages can be found under the [examples](https://github.com/apache/pulsar-client-cpp/tree/main/examples) folder.
25
+
26
+
## Generate the API documents
27
+
28
+
Pulsar C++ client uses [doxygen](https://www.doxygen.nl) to build API documents. After installing `doxygen`, you only need to run `doxygen` to generate the API documents whose main page is under the `doxygen/html/index.html` path.
25
29
26
30
## Requirements
27
31
@@ -32,8 +36,6 @@ Examples for using the API to publish and consume messages can be found under th
32
36
*[libcurl](https://curl.se/libcurl/)
33
37
*[openssl](https://github.com/openssl/openssl)
34
38
35
-
It's recommended to use Protocol Buffer 2.6 because it's verified by CI, but 3.x also works.
36
-
37
39
The default supported [compression types](include/pulsar/CompressionType.h) are:
0 commit comments