diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2024-12-31 17:51:33 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2024-12-31 17:51:33 +0000 |
| commit | 3e3dd5ef9bec1db07bcb340691b58af9099446cd (patch) | |
| tree | 186b9b1bd1c35a1ee5033410876b044f8005ce0c /ref/api/index.html | |
| parent | 024f133aed0ff43fb01e9a19458a05e04510db82 (diff) | |
| download | nng-3e3dd5ef9bec1db07bcb340691b58af9099446cd.tar.gz nng-3e3dd5ef9bec1db07bcb340691b58af9099446cd.tar.bz2 nng-3e3dd5ef9bec1db07bcb340691b58af9099446cd.zip | |
deploy: c3bb282e916bf1ece77bf81901878498e39f0017
Diffstat (limited to 'ref/api/index.html')
| -rw-r--r-- | ref/api/index.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/ref/api/index.html b/ref/api/index.html index c74ba0b6..db3f30c3 100644 --- a/ref/api/index.html +++ b/ref/api/index.html @@ -222,18 +222,28 @@ </style> <h1 id="api-reference"><a class="header" href="#api-reference">API Reference</a></h1> <p>This section is a reference guide for the <em>NNG</em> programming interfaces. -It is meant to serve as a refernce, rather than as a tutorial.</p> +It is meant to serve as a reference, rather than as a tutorial.</p> <p>The material here is organized by major areas of functionality.</p> <p>Note that unless indicated otherwise, consumers of these interfaces must include the <code>nng/nng.h</code> header file like so:</p> <pre><code class="language-c">#include <nng/nng.h> </code></pre> -<h2 id="chapters"><a class="header" href="#chapters">Chapters</a></h2> +<h2 id="sections"><a class="header" href="#sections">Sections</a></h2> <ul> -<li><a href="msg/">Messages</a></li> -<li><a href="thr/">Threading and Synchronization</a></li> +<li><a href="init.html">Initialization</a></li> +<li><a href="msg.html">Messages</a></li> +<li><a href="sock.html">Sockets</a></li> +<li><a href="memory.html">Memory</a></li> +<li><a href="time.html">Time</a></li> +<li><a href="url.html">URLs</a></li> +<li><a href="synch.html">Synchronization</a></li> +<li><a href="thr.html">Threads</a></li> <li><a href="logging.html">Logging</a></li> -<li><a href="util/">Utility Functions</a></li> +<li><a href="stats.html">Statistics</a></li> +<li><a href="misc.html">Miscellaneous</a></li> +<li><a href="errors.html">Errors</a></li> +<li><a href="id_map.html">ID Map</a></li> +<li><a href="cmd_opts.html">Command Options</a></li> </ul> </main> |
