diff --git a/doc/developer-guide/api/functions/TSHttpConnectPlugin.en.rst b/doc/developer-guide/api/functions/TSHttpConnectPlugin.en.rst index 41bdde9db1e..399da389c09 100644 --- a/doc/developer-guide/api/functions/TSHttpConnectPlugin.en.rst +++ b/doc/developer-guide/api/functions/TSHttpConnectPlugin.en.rst @@ -34,7 +34,7 @@ Synopsis #include -.. function:: TSVConn TSHttpConnectPlugin(TSHttpConnectOptions * options); +.. function:: TSVConn TSHttpConnectPlugin(TSHttpConnectOptions * options) Description =========== diff --git a/doc/developer-guide/api/functions/TSTypes.en.rst b/doc/developer-guide/api/functions/TSTypes.en.rst index d5552c38501..c2f9fe148a1 100644 --- a/doc/developer-guide/api/functions/TSTypes.en.rst +++ b/doc/developer-guide/api/functions/TSTypes.en.rst @@ -231,19 +231,19 @@ more widely. Those are described on this page. Contains the data for a TLS certificate and key. - .. member:: const char * cert_name; + .. member:: const char * cert_name The TLS certificate name. - .. member:: size_t cert_name_len; + .. member:: size_t cert_name_len The length of the TLS certificate name. - .. member:: const char * key_name; + .. member:: const char * key_name The name of the TLS key. - .. member:: size_t key_name_len; + .. member:: size_t key_name_len The length of the name of the TLS key.