summaryrefslogtreecommitdiff
path: root/docs/reference/src/SUMMARY.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-26 07:55:58 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-26 07:55:58 -0700
commit90b02493491e7ea6f962081efde4e29a1fd794c4 (patch)
tree597d79822e1e74fc18afefefc120c0470d23c6ff /docs/reference/src/SUMMARY.md
parent87e5fc287fedb14656f964254f9b5c738c72b72a (diff)
downloadnng-90b02493491e7ea6f962081efde4e29a1fd794c4.tar.gz
nng-90b02493491e7ea6f962081efde4e29a1fd794c4.tar.bz2
nng-90b02493491e7ea6f962081efde4e29a1fd794c4.zip
More updates.
Diffstat (limited to 'docs/reference/src/SUMMARY.md')
-rw-r--r--docs/reference/src/SUMMARY.md41
1 files changed, 26 insertions, 15 deletions
diff --git a/docs/reference/src/SUMMARY.md b/docs/reference/src/SUMMARY.md
index f029f8fb..81d2f24c 100644
--- a/docs/reference/src/SUMMARY.md
+++ b/docs/reference/src/SUMMARY.md
@@ -19,12 +19,38 @@
- [API Reference](./api/index.md)
+ - [Messages](api/msg/index.md)
+
+ - [nng_msg_alloc](api/msg/nng_msg_alloc.md)
+ - [nng_msg_append](api/msg/nng_msg_append.md)
+ - [nng_msg_body](api/msg/nng_msg_body.md)
+ - [nng_msg_capacity](api/msg/nng_msg_capacity.md)
+ - [nng_msg_chop](api/msg/nng_msg_chop.md)
+ - [nng_msg_clear](api/msg/nng_msg_clear.md)
+ - [nng_msg_dup](api/msg/nng_msg_dup.md)
+ - [nng_msg_free](api/msg/nng_msg_free.md)
+ - [nng_msg_trim](api/msg/nng_msg_trim.md)
+
- [Sockets](api/socket/index.md)
- [nng_bus_open](api/socket/nng_bus_open.md)
- [nng_close](api/socket/nng_close.md)
- [nng_pub_open](api/socket/nng_pub_open.md)
+ - [Contexts](api/context/index.md)
+
+ - [nng_ctx_close](api/context/nng_ctx_close.md)
+ - [nng_ctx_get](api/context/nng_ctx_get.md)
+ - [nng_ctx_getopt](api/context/nng_ctx_getopt.md)
+ - [nng_ctx_id](api/context/nng_ctx_id.md)
+ - [nng_ctx_open](api/context/nng_ctx_open.md)
+ - [nng_ctx_recv](api/context/nng_ctx_recv.md)
+ - [nng_ctx_recvmsg](api/context/nng_ctx_recvmsg.md)
+ - [nng_ctx_send](api/context/nng_ctx_send.md)
+ - [nng_ctx_sendmsg](api/context/nng_ctx_sendmsg.md)
+ - [nng_ctx_set](api/context/nng_ctx_set.md)
+ - [nng_ctx_setopt](api/context/nng_ctx_setopt.md)
+
- [Asynchronous I/O](./api/aio/index.md)
- [nng_aio_abort](api/aio/nng_aio_abort.md)
@@ -69,21 +95,6 @@
- [nng_cv_wake](api/threads/nng_cv_wake.md)
- [nng_cv_wake1](api/threads/nng_cv_wake1.md)
- - [Context Functions](api/context.md)
-
- - [nng_ctx](api/nng_ctx.md)
- - [nng_ctx_close](api/nng_ctx_close.md)
- - [nng_ctx_get](api/nng_ctx_get.md)
- - [nng_ctx_getopt](api/nng_ctx_getopt.md)
- - [nng_ctx_id](api/nng_ctx_id.md)
- - [nng_ctx_open](api/nng_ctx_open.md)
- - [nng_ctx_recv](api/nng_ctx_recv.md)
- - [nng_ctx_recvmsg](api/nng_ctx_recvmsg.md)
- - [nng_ctx_send](api/nng_ctx_send.md)
- - [nng_ctx_sendmsg](api/nng_ctx_sendmsg.md)
- - [nng_ctx_set](api/nng_ctx_set.md)
- - [nng_ctx_setopt](api/nng_ctx_setopt.md)
-
- [Legacy Compatibility](api/compat/index.md)
- [Index](./indexing.md)