diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-24 21:46:35 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-24 21:46:35 -0700 |
| commit | b4fa69e7a6ef540e7d6a918c88f2816fff6c0cf0 (patch) | |
| tree | 5a95331eca8355d12672052cb54aa654b034de87 /docs/reference/src/SUMMARY.md | |
| parent | 12cc58cb5f9f205ed69c18fb65e386c1f004e2df (diff) | |
| download | nng-b4fa69e7a6ef540e7d6a918c88f2816fff6c0cf0.tar.gz nng-b4fa69e7a6ef540e7d6a918c88f2816fff6c0cf0.tar.bz2 nng-b4fa69e7a6ef540e7d6a918c88f2816fff6c0cf0.zip | |
Organization and content
Diffstat (limited to 'docs/reference/src/SUMMARY.md')
| -rw-r--r-- | docs/reference/src/SUMMARY.md | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/docs/reference/src/SUMMARY.md b/docs/reference/src/SUMMARY.md index c99877c1..4ae2c79b 100644 --- a/docs/reference/src/SUMMARY.md +++ b/docs/reference/src/SUMMARY.md @@ -20,30 +20,29 @@ - [Asynchronous I/O](./api/aio/index.md) - - [nng_aio](api/nng_aio.md) - - [nng_aio_abort](api/nng_aio_abort.md) - - [nng_aio_alloc](api/nng_aio_alloc.md) - - [nng_aio_busy](api/nng_aio_busy.md) - - [nng_aio_cancel](api/nng_aio_cancel.md) - - [nng_aio_count](api/nng_aio_count.md) - - [nng_aio_free](api/nng_aio_free.md) - - [nng_aio_get_msg](api/nng_aio_get_msg.md) - - [nng_aio_get_output](api/nng_aio_get_output.md) - - [nng_aio_result](api/nng_aio_result.md) - - [nng_aio_set_input](api/nng_aio_set_input.md) - - [nng_aio_set_iov](api/nng_aio_set_iov.md) - - [nng_aio_set_msg](api/nng_aio_set_msg.md) - - [nng_aio_set_timeout](api/nng_aio_set_timeout.md) - - [nng_aio_stop](api/nng_aio_stop.md) - - [nng_aio_wait](api/nng_aio_wait.md) - - - [Asynchronous I/O for Providers](api/aio_provider.md) - - - [nng_aio_begin](api/nng_aio_begin.md) - - [nng_aio_defer](api/nng_aio_defer.md) - - [nng_aio_finish](api/nng_aio_finish.md) - - [nng_aio_get_input](api/nng_aio_get_input.md) - - [nng_aio_set_output](api/nng_aio_set_output.md) + - [nng_aio_abort](api/aio/nng_aio_abort.md) + - [nng_aio_alloc](api/aio/nng_aio_alloc.md) + - [nng_aio_busy](api/aio/nng_aio_busy.md) + - [nng_aio_cancel](api/aio/nng_aio_cancel.md) + - [nng_aio_count](api/aio/nng_aio_count.md) + - [nng_aio_free](api/aio/nng_aio_free.md) + - [nng_aio_get_msg](api/aio/nng_aio_get_msg.md) + - [nng_aio_get_output](api/aio/nng_aio_get_output.md) + - [nng_aio_result](api/aio/nng_aio_result.md) + - [nng_aio_set_input](api/aio/nng_aio_set_input.md) + - [nng_aio_set_iov](api/aio/nng_aio_set_iov.md) + - [nng_aio_set_msg](api/aio/nng_aio_set_msg.md) + - [nng_aio_set_timeout](api/aio/nng_aio_set_timeout.md) + - [nng_aio_stop](api/aio/nng_aio_stop.md) + - [nng_aio_wait](api/aio/nng_aio_wait.md) + + - [Asynchronous I/O for Providers](api/aio_provider/index.md) + + - [nng_aio_begin](api/aio_provider/nng_aio_begin.md) + - [nng_aio_defer](api/aio_provider/nng_aio_defer.md) + - [nng_aio_finish](api/aio_provider/nng_aio_finish.md) + - [nng_aio_get_input](api/aio_provider/nng_aio_get_input.md) + - [nng_aio_set_output](api/aio_provider/nng_aio_set_output.md) - [General Purpose Functions](api/general.md) |
