aboutsummaryrefslogtreecommitdiff
path: root/docs/man/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-01-07 23:14:51 -0800
committerGarrett D'Amore <garrett@damore.org>2019-01-14 20:25:40 -0800
commitd0a26bbd1caf3de2132855d7936fed8ac1f1488c (patch)
tree5133c92dbb88df393df670555613d2f4e1a9018a /docs/man/CMakeLists.txt
parent099d89877aca6a7236254e39d9c9f5c46083cee7 (diff)
downloadnng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.tar.gz
nng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.tar.bz2
nng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.zip
fixes #858 Document the TLS public API
This also includes a number of the documentation improvements. The options document has been broken up into separate pages for each of the transport specific options. We have made various other minor improvements, fixes to markup, and cross-references.
Diffstat (limited to 'docs/man/CMakeLists.txt')
-rw-r--r--docs/man/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt
index b88a0ddd..9a2cc5dd 100644
--- a/docs/man/CMakeLists.txt
+++ b/docs/man/CMakeLists.txt
@@ -336,6 +336,7 @@ if (NNG_ENABLE_DOC)
)
set(NNG_MAN3TLS
+ nng_tls_close
nng_tls_config_alloc
nng_tls_config_auth_mode
nng_tls_config_ca_chain
@@ -345,6 +346,24 @@ if (NNG_ENABLE_DOC)
nng_tls_config_hold
nng_tls_config_own_cert
nng_tls_config_server_name
+ nng_tls_free
+ nng_tls_getopt
+ nng_tls_dialer_alloc
+ nng_tls_dialer_close
+ nng_tls_dialer_dial
+ nng_tls_dialer_free
+ nng_tls_dialer_getopt
+ nng_tls_dialer_setopt
+ nng_tls_listener_accept
+ nng_tls_listener_alloc
+ nng_tls_listener_close
+ nng_tls_listener_free
+ nng_tls_listener_getopt
+ nng_tls_listener_listen
+ nng_tls_listener_setopt
+ nng_tls_recv
+ nng_tls_send
+ nng_tls_setopt
)
set(NNG_MAN5
@@ -369,6 +388,18 @@ if (NNG_ENABLE_DOC)
nng_tcp
nng_tcp_dialer
nng_tcp_listener
+ nng_tcp_options
+
+ nng_ipc
+ nng_ipc_dialer
+ nng_ipc_listener
+ nng_ipc_options
+
+ nng_tls
+ nng_tls_config
+ nng_tls_dialer
+ nng_tls_listener
+ nng_tls_options
)
set(NNG_MAN7