aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/xref.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-09 10:05:32 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-09 10:06:14 -0800
commit4b25e091efe208f76802471e14452d59d10039b8 (patch)
tree56a0c46eb4ab58bf0eb22b9e5572670d7fc9ebb6 /docs/ref/xref.md
parent966e83065cf557bd6b27bbd7268d1a8207ed6200 (diff)
downloadnng-4b25e091efe208f76802471e14452d59d10039b8.tar.gz
nng-4b25e091efe208f76802471e14452d59d10039b8.tar.bz2
nng-4b25e091efe208f76802471e14452d59d10039b8.zip
fixes #1914 Document nng_socket_proto_id, proto_name, peer_id, peer_name, and nng_socket_raw
Diffstat (limited to 'docs/ref/xref.md')
-rw-r--r--docs/ref/xref.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md
index e52cfc95..0eeb689d 100644
--- a/docs/ref/xref.md
+++ b/docs/ref/xref.md
@@ -66,6 +66,12 @@
[`nng_aio_result`]: /api/aio.md#result-of-operation
[`nng_aio_count`]: /api/aio.md#result-of-operation
[`nng_aio_set_timeout`]: /api/aio.md#set-timeout
+[`nng_socket_id`]: /api/sock.md#socket-identity
+[`nng_socket_raw`]: /api/sock.md#socket-identity
+[`nng_socket_proto_id`]: /api/sock.md#socket-identity
+[`nng_socket_proto_name`]: /api/sock.md#socket-identity
+[`nng_socket_peer_id`]: /api/sock.md#socket-identity
+[`nng_socket_peer_name`]: /api/sock.md#socket-identity
[`nng_opts_parse`]: /api/cmd_opts.md#parse-command-line-options
[`nng_aio_begin`]: /TODO.md
[`nng_aio_defer`]: /TODO.md