diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-30 23:07:20 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-30 23:07:20 -0700 |
| commit | f73cd76f54b8aead38689e0ea805d5d805dfbe96 (patch) | |
| tree | 0f6643e955770a9e96a8bbd900ca957a73fe1182 /docs/reference/book.toml | |
| parent | 6f8944a96a5acd509014caae4e57dafbba51e126 (diff) | |
| download | nng-f73cd76f54b8aead38689e0ea805d5d805dfbe96.tar.gz nng-f73cd76f54b8aead38689e0ea805d5d805dfbe96.tar.bz2 nng-f73cd76f54b8aead38689e0ea805d5d805dfbe96.zip | |
Staging work. converted nng_ipc.
Diffstat (limited to 'docs/reference/book.toml')
| -rw-r--r-- | docs/reference/book.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/book.toml b/docs/reference/book.toml index aeca51c3..d74117ea 100644 --- a/docs/reference/book.toml +++ b/docs/reference/book.toml @@ -15,6 +15,8 @@ fold.level = 1 [preprocessor.indexing.see_instead] # "*PUSH* (protocol)" = "protocol, *PUSH*" +"URI" = "URI" +"option" = "Options" [preprocessor.indexing.nest_under] "body" = "message" @@ -38,11 +40,25 @@ fold.level = 1 "*ws*" = "transport" "*wss*" = "transport" +"`abstract://`" = "URI" "`inproc://`" = "URI" "`ipc://`" = "URI" "`tls+tcp://`" = "URI" "`tcp://`" = "URI" +"`unix://`" = "URI" "`ws://`" = "URI" "`wss://`" = "URI" +"`NNG_OPT_LOCADDR`" = "option" +"`NNG_OPT_REMADDR`" = "option" +"`NNG_OPT_PEER_GID`" = "option" +"`NNG_OPT_PEER_PID`" = "option" +"`NNG_OPT_PEER_UID`" = "option" +"`NNG_OPT_SUB_PREFNEW`" = "option" +"`NNG_OPT_SUB_SUBSCRIBE`" = "option" +"`NNG_OPT_SUB_UNSUBSCRIBE`" = "option" +"`NNG_OPT_SURVEYOR_SURVEYTIME`" = "option" +"`NNG_OPT_REQ_RESENDTIME`" = "option" +"`NNG_OPT_REQ_RESENDTICK`" = "option" + [preprocessor.alerts] |
