From 04baaa9886edc6c57678cd7d42fdc0e65fa49e41 Mon Sep 17 00:00:00 2001 From: "Alan M. Carroll" Date: Tue, 5 Oct 2021 11:04:54 -0500 Subject: [PATCH] Doc: cleanup build errors. --- .../api/functions/TSHttpConnectPlugin.en.rst | 2 +- doc/developer-guide/api/functions/TSTypes.en.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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.