You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/12/02 23:22:41 UTC

[36/51] [partial] qpid-site git commit: QPID-7553: Update the proton api gen script for changes to the C api docs; republish the proton master doc snapshot

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/examples.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/c/api/examples.html b/content/releases/qpid-proton-master/proton/c/api/examples.html
new file mode 100755
index 0000000..6be1ecd
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/c/api/examples.html
@@ -0,0 +1,115 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
+<title>Qpid Proton C API: Examples</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+  $(window).load(resizeHeight);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.11 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('examples.html','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+     onmouseover="return searchBox.OnSearchSelectShow()"
+     onmouseout="return searchBox.OnSearchSelectHide()"
+     onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="headertitle">
+<div class="title">Examples</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock">Here is a list of all examples:</div><ul>
+<li><a class="el" href="broker_8c-example.html">broker.c</a></li>
+
+<li><a class="el" href="receive_8c-example.html">receive.c</a></li>
+
+<li><a class="el" href="send_8c-example.html">send.c</a></li>
+
+</ul>
+</div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/examples.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/c/api/examples.js b/content/releases/qpid-proton-master/proton/c/api/examples.js
new file mode 100755
index 0000000..a6fda03
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/c/api/examples.js
@@ -0,0 +1,6 @@
+var examples =
+[
+    [ "broker.c", "broker_8c-example.html", null ],
+    [ "receive.c", "receive_8c-example.html", null ],
+    [ "send.c", "send_8c-example.html", null ]
+];
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/files.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/c/api/files.html b/content/releases/qpid-proton-master/proton/c/api/files.html
index 47a492f..e4e4efd 100755
--- a/content/releases/qpid-proton-master/proton/c/api/files.html
+++ b/content/releases/qpid-proton-master/proton/c/api/files.html
@@ -97,37 +97,36 @@ $(document).ready(function(){initNavTree('files.html','');});
 <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
 <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html" target="_self">proton</a></td><td class="desc"></td></tr>
 <tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cid_8h_source.html"><span class="icondoc"></span></a><b>cid.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="codec_8h_source.html"><span class="icondoc"></span></a><a class="el" href="codec_8h.html" target="_self">codec.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="condition_8h_source.html"><span class="icondoc"></span></a><a class="el" href="condition_8h.html" target="_self">condition.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="connection_8h_source.html"><span class="icondoc"></span></a><a class="el" href="connection_8h.html" target="_self">connection.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="connection__engine_8h_source.html"><span class="icondoc"></span></a><a class="el" href="connection__engine_8h.html" target="_self">connection_engine.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="delivery_8h_source.html"><span class="icondoc"></span></a><a class="el" href="delivery_8h.html" target="_self">delivery.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="disposition_8h_source.html"><span class="icondoc"></span></a><a class="el" href="disposition_8h.html" target="_self">disposition.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="engine_8h_source.html"><span class="icondoc"></span></a><a class="el" href="engine_8h.html" target="_self">engine.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="error_8h_source.html"><span class="icondoc"></span></a><b>error.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="event_8h_source.html"><span class="icondoc"></span></a><a class="el" href="event_8h.html" target="_self">event.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="handlers_8h_source.html"><span class="icondoc"></span></a><a class="el" href="handlers_8h.html" target="_self">handlers.h</a></td><td class="desc"></td></tr>
+<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="codec_8h_source.html"><span class="icondoc"></span></a><a class="el" href="codec_8h.html" target="_self">codec.h</a></td><td class="desc">AMQP data encoding and decoding. </td></tr>
+<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="condition_8h_source.html"><span class="icondoc"></span></a><a class="el" href="condition_8h.html" target="_self">condition.h</a></td><td class="desc">An endpoint error state. </td></tr>
+<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="connection_8h_source.html"><span class="icondoc"></span></a><a class="el" href="connection_8h.html" target="_self">connection.h</a></td><td class="desc">A channel for communication between two peers on a network. </td></tr>
+<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="connection__driver_8h_source.html"><span class="icondoc"></span></a><a class="el" href="connection__driver_8h.html" target="_self">connection_driver.h</a></td><td class="desc"><b>Experimental</b> - Low-level IO integration </td></tr>
+<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="delivery_8h_source.html"><span class="icondoc"></span></a><a class="el" href="delivery_8h.html" target="_self">delivery.h</a></td><td class="desc">A message transfer. </td></tr>
+<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="disposition_8h_source.html"><span class="icondoc"></span></a><a class="el" href="disposition_8h.html" target="_self">disposition.h</a></td><td class="desc">Delivery state </td></tr>
+<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="engine_8h_source.html"><span class="icondoc"></span></a><b>engine.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="error_8h_source.html"><span class="icondoc"></span></a><a class="el" href="error_8h.html" target="_self">error.h</a></td><td class="desc">A Proton API error. </td></tr>
+<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="event_8h_source.html"><span class="icondoc"></span></a><a class="el" href="event_8h.html" target="_self">event.h</a></td><td class="desc">Protocol and transport events. </td></tr>
+<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="handlers_8h_source.html"><span class="icondoc"></span></a><b>handlers.h</b></td><td class="desc"></td></tr>
 <tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="import__export_8h_source.html"><span class="icondoc"></span></a><b>import_export.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="io_8h_source.html"><span class="icondoc"></span></a><b>io.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="link_8h_source.html"><span class="icondoc"></span></a><a class="el" href="link_8h.html" target="_self">link.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="log_8h_source.html"><span class="icondoc"></span></a><a class="el" href="log_8h.html" target="_self">log.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="message_8h_source.html"><span class="icondoc"></span></a><a class="el" href="message_8h.html" target="_self">message.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="messenger_8h_source.html"><span class="icondoc"></span></a><a class="el" href="messenger_8h.html" target="_self">messenger.h</a></td><td class="desc"></td></tr>
+<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="link_8h_source.html"><span class="icondoc"></span></a><a class="el" href="link_8h.html" target="_self">link.h</a></td><td class="desc">A channel for transferring messages. </td></tr>
+<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="listener_8h_source.html"><span class="icondoc"></span></a><a class="el" href="listener_8h.html" target="_self">listener.h</a></td><td class="desc"><b>Experimental</b> - A listener for incoming connections for the <a class="el" href="group__proactor.html">Proactor</a> </td></tr>
+<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="log_8h_source.html"><span class="icondoc"></span></a><b>log.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="message_8h_source.html"><span class="icondoc"></span></a><a class="el" href="message_8h.html" target="_self">message.h</a></td><td class="desc">A mutable holder of application content. </td></tr>
+<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="messenger_8h_source.html"><span class="icondoc"></span></a><a class="el" href="messenger_8h.html" target="_self">messenger.h</a></td><td class="desc"><b>Deprecated</b> - The Messenger API </td></tr>
 <tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="object_8h_source.html"><span class="icondoc"></span></a><b>object.h</b></td><td class="desc"></td></tr>
 <tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="parser_8h_source.html"><span class="icondoc"></span></a><b>parser.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reactor_8h_source.html"><span class="icondoc"></span></a><a class="el" href="reactor_8h.html" target="_self">reactor.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sasl_8h_source.html"><span class="icondoc"></span></a><a class="el" href="sasl_8h.html" target="_self">sasl.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="scanner_8h_source.html"><span class="icondoc"></span></a><b>scanner.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="selectable_8h_source.html"><span class="icondoc"></span></a><a class="el" href="selectable_8h.html" target="_self">selectable.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="selector_8h_source.html"><span class="icondoc"></span></a><b>selector.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="session_8h_source.html"><span class="icondoc"></span></a><a class="el" href="session_8h.html" target="_self">session.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ssl_8h_source.html"><span class="icondoc"></span></a><a class="el" href="ssl_8h.html" target="_self">ssl.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="terminus_8h_source.html"><span class="icondoc"></span></a><a class="el" href="terminus_8h.html" target="_self">terminus.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="transport_8h_source.html"><span class="icondoc"></span></a><a class="el" href="transport_8h.html" target="_self">transport.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="type__compat_8h_source.html"><span class="icondoc"></span></a><b>type_compat.h</b></td><td class="desc"></td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="types_8h_source.html"><span class="icondoc"></span></a><a class="el" href="types_8h.html" target="_self">types.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="url_8h_source.html"><span class="icondoc"></span></a><a class="el" href="url_8h.html" target="_self">url.h</a></td><td class="desc"></td></tr>
-<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="version_8h_source.html"><span class="icondoc"></span></a><b>version.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="proactor_8h_source.html"><span class="icondoc"></span></a><a class="el" href="proactor_8h.html" target="_self">proactor.h</a></td><td class="desc"><b>Experimental</b> - Multithreaded IO </td></tr>
+<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reactor_8h_source.html"><span class="icondoc"></span></a><b>reactor.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sasl_8h_source.html"><span class="icondoc"></span></a><a class="el" href="sasl_8h.html" target="_self">sasl.h</a></td><td class="desc">SASL secure transport layer. </td></tr>
+<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="selectable_8h_source.html"><span class="icondoc"></span></a><b>selectable.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="session_8h_source.html"><span class="icondoc"></span></a><a class="el" href="session_8h.html" target="_self">session.h</a></td><td class="desc">A container of links. </td></tr>
+<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ssl_8h_source.html"><span class="icondoc"></span></a><a class="el" href="ssl_8h.html" target="_self">ssl.h</a></td><td class="desc">SSL secure transport layer. </td></tr>
+<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="terminus_8h_source.html"><span class="icondoc"></span></a><a class="el" href="terminus_8h.html" target="_self">terminus.h</a></td><td class="desc">A source or target for messages. </td></tr>
+<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="transport_8h_source.html"><span class="icondoc"></span></a><a class="el" href="transport_8h.html" target="_self">transport.h</a></td><td class="desc">A network channel supporting an AMQP connection. </td></tr>
+<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="type__compat_8h_source.html"><span class="icondoc"></span></a><b>type_compat.h</b></td><td class="desc"></td></tr>
+<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="types_8h_source.html"><span class="icondoc"></span></a><a class="el" href="types_8h.html" target="_self">types.h</a></td><td class="desc">AMQP and API data types. </td></tr>
+<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="url_8h_source.html"><span class="icondoc"></span></a><a class="el" href="url_8h.html" target="_self">url.h</a></td><td class="desc"><b>Deprecated</b> - A URL parser </td></tr>
+<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="version_8h_source.html"><span class="icondoc"></span></a><b>version.h</b></td><td class="desc"></td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/functions.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/c/api/functions.html b/content/releases/qpid-proton-master/proton/c/api/functions.html
index e5939d5..ce9719e 100755
--- a/content/releases/qpid-proton-master/proton/c/api/functions.html
+++ b/content/releases/qpid-proton-master/proton/c/api/functions.html
@@ -90,70 +90,8 @@ $(document).ready(function(){initNavTree('functions.html','');});
 
 <div class="contents">
 <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div><ul>
-<li>as_bool
-: <a class="el" href="structpn__atom__t.html#a6ab6bf03fb481b7ef08f78cb3cf6d466">pn_atom_t</a>
-</li>
-<li>as_byte
-: <a class="el" href="structpn__atom__t.html#a06e1dfa93e6c48e7beab59f7346e2358">pn_atom_t</a>
-</li>
-<li>as_bytes
-: <a class="el" href="structpn__atom__t.html#a87314a2ae1273b1112ef22f2b59336a6">pn_atom_t</a>
-</li>
-<li>as_char
-: <a class="el" href="structpn__atom__t.html#a33b293e97893a8299b8f243db0e629c2">pn_atom_t</a>
-</li>
-<li>as_decimal128
-: <a class="el" href="structpn__atom__t.html#a955beb69514c435365e2f0c48882a253">pn_atom_t</a>
-</li>
-<li>as_decimal32
-: <a class="el" href="structpn__atom__t.html#a9ff8357941553ab704dc86c72ced9a1a">pn_atom_t</a>
-</li>
-<li>as_decimal64
-: <a class="el" href="structpn__atom__t.html#a33b5f9e1ec31acc068e92bfcd9f3b763">pn_atom_t</a>
-</li>
-<li>as_double
-: <a class="el" href="structpn__atom__t.html#af6a8ae4a38016fe5d0901c9fbcb3f3d6">pn_atom_t</a>
-</li>
-<li>as_float
-: <a class="el" href="structpn__atom__t.html#acb80d523296b4e648a25960716e543dd">pn_atom_t</a>
-</li>
-<li>as_int
-: <a class="el" href="structpn__atom__t.html#a16aa788b03544d02be1349bc5e35e4bc">pn_atom_t</a>
-</li>
-<li>as_long
-: <a class="el" href="structpn__atom__t.html#aa4082a13e524808d733a9d1493dcade4">pn_atom_t</a>
-</li>
-<li>as_short
-: <a class="el" href="structpn__atom__t.html#aac6b93b1db482325b67c1ec404facda9">pn_atom_t</a>
-</li>
-<li>as_timestamp
-: <a class="el" href="structpn__atom__t.html#a60700b2633fc5c7289af4892883e0860">pn_atom_t</a>
-</li>
-<li>as_ubyte
-: <a class="el" href="structpn__atom__t.html#a4d3c1fda7c47d8cdcc918d0fe94ec11e">pn_atom_t</a>
-</li>
-<li>as_uint
-: <a class="el" href="structpn__atom__t.html#ab0443c2e37e3d1af47928a3c810bcd07">pn_atom_t</a>
-</li>
-<li>as_ulong
-: <a class="el" href="structpn__atom__t.html#aa754243590728e977707720bd95df84f">pn_atom_t</a>
-</li>
-<li>as_ushort
-: <a class="el" href="structpn__atom__t.html#ad1a4b7e07e68791b54524fd985cf50b6">pn_atom_t</a>
-</li>
-<li>as_uuid
-: <a class="el" href="structpn__atom__t.html#a0bf487fd395f231d75f09f9e3af707ee">pn_atom_t</a>
-</li>
-<li>data
-: <a class="el" href="structpn__buf__t.html#a4fcd7ee2115ec091278735689739314d">pn_buf_t</a>
-, <a class="el" href="structpn__cbuf__t.html#aa6b3f44b7cf0eed9dc9f4a6cb51d56d8">pn_cbuf_t</a>
-</li>
-<li>size
-: <a class="el" href="structpn__buf__t.html#aa468d331f86b5d2c9592b98169bc375d">pn_buf_t</a>
-, <a class="el" href="structpn__cbuf__t.html#af63695131f87cda173237c5d68e2633b">pn_cbuf_t</a>
-</li>
 <li>type
-: <a class="el" href="structpn__atom__t.html#a838b1e92993d7d40b2b0a8702effcf9d">pn_atom_t</a>
+: <a class="el" href="group__api__types.html#a27df760d7bd97cf728fc3e633a1ba604">pn_atom_t</a>
 </li>
 </ul>
 </div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/cd4363b2/content/releases/qpid-proton-master/proton/c/api/functions_vars.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/c/api/functions_vars.html b/content/releases/qpid-proton-master/proton/c/api/functions_vars.html
index 6711329..16f729d 100755
--- a/content/releases/qpid-proton-master/proton/c/api/functions_vars.html
+++ b/content/releases/qpid-proton-master/proton/c/api/functions_vars.html
@@ -90,70 +90,8 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
 
 <div class="contents">
 &#160;<ul>
-<li>as_bool
-: <a class="el" href="structpn__atom__t.html#a6ab6bf03fb481b7ef08f78cb3cf6d466">pn_atom_t</a>
-</li>
-<li>as_byte
-: <a class="el" href="structpn__atom__t.html#a06e1dfa93e6c48e7beab59f7346e2358">pn_atom_t</a>
-</li>
-<li>as_bytes
-: <a class="el" href="structpn__atom__t.html#a87314a2ae1273b1112ef22f2b59336a6">pn_atom_t</a>
-</li>
-<li>as_char
-: <a class="el" href="structpn__atom__t.html#a33b293e97893a8299b8f243db0e629c2">pn_atom_t</a>
-</li>
-<li>as_decimal128
-: <a class="el" href="structpn__atom__t.html#a955beb69514c435365e2f0c48882a253">pn_atom_t</a>
-</li>
-<li>as_decimal32
-: <a class="el" href="structpn__atom__t.html#a9ff8357941553ab704dc86c72ced9a1a">pn_atom_t</a>
-</li>
-<li>as_decimal64
-: <a class="el" href="structpn__atom__t.html#a33b5f9e1ec31acc068e92bfcd9f3b763">pn_atom_t</a>
-</li>
-<li>as_double
-: <a class="el" href="structpn__atom__t.html#af6a8ae4a38016fe5d0901c9fbcb3f3d6">pn_atom_t</a>
-</li>
-<li>as_float
-: <a class="el" href="structpn__atom__t.html#acb80d523296b4e648a25960716e543dd">pn_atom_t</a>
-</li>
-<li>as_int
-: <a class="el" href="structpn__atom__t.html#a16aa788b03544d02be1349bc5e35e4bc">pn_atom_t</a>
-</li>
-<li>as_long
-: <a class="el" href="structpn__atom__t.html#aa4082a13e524808d733a9d1493dcade4">pn_atom_t</a>
-</li>
-<li>as_short
-: <a class="el" href="structpn__atom__t.html#aac6b93b1db482325b67c1ec404facda9">pn_atom_t</a>
-</li>
-<li>as_timestamp
-: <a class="el" href="structpn__atom__t.html#a60700b2633fc5c7289af4892883e0860">pn_atom_t</a>
-</li>
-<li>as_ubyte
-: <a class="el" href="structpn__atom__t.html#a4d3c1fda7c47d8cdcc918d0fe94ec11e">pn_atom_t</a>
-</li>
-<li>as_uint
-: <a class="el" href="structpn__atom__t.html#ab0443c2e37e3d1af47928a3c810bcd07">pn_atom_t</a>
-</li>
-<li>as_ulong
-: <a class="el" href="structpn__atom__t.html#aa754243590728e977707720bd95df84f">pn_atom_t</a>
-</li>
-<li>as_ushort
-: <a class="el" href="structpn__atom__t.html#ad1a4b7e07e68791b54524fd985cf50b6">pn_atom_t</a>
-</li>
-<li>as_uuid
-: <a class="el" href="structpn__atom__t.html#a0bf487fd395f231d75f09f9e3af707ee">pn_atom_t</a>
-</li>
-<li>data
-: <a class="el" href="structpn__buf__t.html#a4fcd7ee2115ec091278735689739314d">pn_buf_t</a>
-, <a class="el" href="structpn__cbuf__t.html#aa6b3f44b7cf0eed9dc9f4a6cb51d56d8">pn_cbuf_t</a>
-</li>
-<li>size
-: <a class="el" href="structpn__buf__t.html#aa468d331f86b5d2c9592b98169bc375d">pn_buf_t</a>
-, <a class="el" href="structpn__cbuf__t.html#af63695131f87cda173237c5d68e2633b">pn_cbuf_t</a>
-</li>
 <li>type
-: <a class="el" href="structpn__atom__t.html#a838b1e92993d7d40b2b0a8702effcf9d">pn_atom_t</a>
+: <a class="el" href="group__api__types.html#a27df760d7bd97cf728fc3e633a1ba604">pn_atom_t</a>
 </li>
 </ul>
 </div><!-- contents -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org