You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2009/02/20 07:08:31 UTC

svn commit: r746159 [6/23] - in /apr/site/trunk/docs/docs: apr-util/trunk/ apr/trunk/

Added: apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h-source.html?rev=746159&view=auto
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h-source.html (added)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h-source.html Fri Feb 20 06:08:22 2009
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Apache Portable Runtime Utility Library: include/apu_errno.h Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.7.1 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>include/apu_errno.h</h1><a href="apu__errno_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
+<a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
+<a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
+<a name="l00004"></a>00004 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
+<a name="l00005"></a>00005 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
+<a name="l00006"></a>00006 <span class="comment"> * the License.  You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 <span class="preprocessor">#ifndef APU_ERRNO_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define APU_ERRNO_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "apr.h"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "apr_errno.h"</span>
+<a name="l00027"></a>00027 
+<a name="l00028"></a>00028 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00030"></a>00030 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
+<a name="l00031"></a>00031 
+<a name="l00063"></a><a class="code" href="group___a_p_r___util___error.html#gbf9bbd463ebcf38611f6acd423e49de9">00063</a> <span class="preprocessor">#define APR_ENOKEY           (APR_UTIL_START_STATUS + 1)</span>
+<a name="l00064"></a>00064 <span class="preprocessor"></span>
+<a name="l00065"></a><a class="code" href="group___a_p_r___util___error.html#g2df3db3a80a6e153134caf5d3a62a00f">00065</a> <span class="preprocessor">#define APR_ENOIV            (APR_UTIL_START_STATUS + 2)</span>
+<a name="l00066"></a>00066 <span class="preprocessor"></span>
+<a name="l00067"></a><a class="code" href="group___a_p_r___util___error.html#g637727cdf8285d12663ddf8bb89fa048">00067</a> <span class="preprocessor">#define APR_EKEYTYPE         (APR_UTIL_START_STATUS + 3)</span>
+<a name="l00068"></a>00068 <span class="preprocessor"></span>
+<a name="l00069"></a><a class="code" href="group___a_p_r___util___error.html#gec7a912cf8fe5f964ad8fbbafaff0241">00069</a> <span class="preprocessor">#define APR_ENOSPACE         (APR_UTIL_START_STATUS + 4)</span>
+<a name="l00070"></a>00070 <span class="preprocessor"></span>
+<a name="l00071"></a><a class="code" href="group___a_p_r___util___error.html#g2e98ff79515dfd5a21583d09c300d9bb">00071</a> <span class="preprocessor">#define APR_ECRYPT           (APR_UTIL_START_STATUS + 5)</span>
+<a name="l00072"></a>00072 <span class="preprocessor"></span>
+<a name="l00073"></a><a class="code" href="group___a_p_r___util___error.html#ge7c077d0539cafc19917c12174ed961d">00073</a> <span class="preprocessor">#define APR_EPADDING         (APR_UTIL_START_STATUS + 6)</span>
+<a name="l00074"></a>00074 <span class="preprocessor"></span>
+<a name="l00075"></a><a class="code" href="group___a_p_r___util___error.html#gbc3c0dcf5954c161df4aff0fb0ce3ae4">00075</a> <span class="preprocessor">#define APR_EKEYLENGTH       (APR_UTIL_START_STATUS + 7)</span>
+<a name="l00076"></a>00076 <span class="preprocessor"></span>
+<a name="l00077"></a><a class="code" href="group___a_p_r___util___error.html#g6b546475980180206e4286e35befaf55">00077</a> <span class="preprocessor">#define APR_ENOCIPHER        (APR_UTIL_START_STATUS + 8)</span>
+<a name="l00078"></a>00078 <span class="preprocessor"></span>
+<a name="l00079"></a><a class="code" href="group___a_p_r___util___error.html#g93f22e73099e3cd744ea96da38602065">00079</a> <span class="preprocessor">#define APR_ENODIGEST        (APR_UTIL_START_STATUS + 9)</span>
+<a name="l00080"></a>00080 <span class="preprocessor"></span>
+<a name="l00081"></a><a class="code" href="group___a_p_r___util___error.html#gcda8be948c23dbd1347f3302fb1c577f">00081</a> <span class="preprocessor">#define APR_ENOENGINE        (APR_UTIL_START_STATUS + 10)</span>
+<a name="l00082"></a>00082 <span class="preprocessor"></span>
+<a name="l00083"></a><a class="code" href="group___a_p_r___util___error.html#g9d8482ae4b93bdce0f31f120c0511550">00083</a> <span class="preprocessor">#define APR_EINITENGINE      (APR_UTIL_START_STATUS + 11)</span>
+<a name="l00084"></a>00084 <span class="preprocessor"></span>
+<a name="l00085"></a><a class="code" href="group___a_p_r___util___error.html#g161b8a0f8e24033e8cd5d9068d524f00">00085</a> <span class="preprocessor">#define APR_EREINIT          (APR_UTIL_START_STATUS + 12)</span>
+<a name="l00086"></a>00086 <span class="preprocessor"></span>
+<a name="l00109"></a><a class="code" href="group___a_p_r___util___error.html#g060055dd2eb82e8450015fa2fae5f87c">00109</a> <span class="preprocessor">#define APR_STATUS_IS_ENOKEY(s)        ((s) == APR_ENOKEY)</span>
+<a name="l00110"></a>00110 <span class="preprocessor"></span>
+<a name="l00113"></a><a class="code" href="group___a_p_r___util___error.html#g5d6aa91dabbbaa71f11c293af460b143">00113</a> <span class="preprocessor">#define APR_STATUS_IS_ENOIV(s)        ((s) == APR_ENOIV)</span>
+<a name="l00114"></a>00114 <span class="preprocessor"></span>
+<a name="l00117"></a><a class="code" href="group___a_p_r___util___error.html#g0693be89f2dc48f2931ff4572bd5872d">00117</a> <span class="preprocessor">#define APR_STATUS_IS_EKEYTYPE(s)        ((s) == APR_EKEYTYPE)</span>
+<a name="l00118"></a>00118 <span class="preprocessor"></span>
+<a name="l00121"></a><a class="code" href="group___a_p_r___util___error.html#g32f4e4d4cff641d33acf3cb722e36b1f">00121</a> <span class="preprocessor">#define APR_STATUS_IS_ENOSPACE(s)        ((s) == APR_ENOSPACE)</span>
+<a name="l00122"></a>00122 <span class="preprocessor"></span>
+<a name="l00125"></a><a class="code" href="group___a_p_r___util___error.html#g9933a7168395bc0786b3ba477566fd7b">00125</a> <span class="preprocessor">#define APR_STATUS_IS_ECRYPT(s)        ((s) == APR_ECRYPT)</span>
+<a name="l00126"></a>00126 <span class="preprocessor"></span>
+<a name="l00129"></a><a class="code" href="group___a_p_r___util___error.html#g4e1e34448470111b935efafda1248628">00129</a> <span class="preprocessor">#define APR_STATUS_IS_EPADDING(s)        ((s) == APR_EPADDING)</span>
+<a name="l00130"></a>00130 <span class="preprocessor"></span>
+<a name="l00133"></a><a class="code" href="group___a_p_r___util___error.html#gb705e1d1975634114d47197609b97cbf">00133</a> <span class="preprocessor">#define APR_STATUS_IS_EKEYLENGTH(s)        ((s) == APR_EKEYLENGTH)</span>
+<a name="l00134"></a>00134 <span class="preprocessor"></span>
+<a name="l00137"></a><a class="code" href="group___a_p_r___util___error.html#g8b6a993f66cfa692820018a7a0bf7ee6">00137</a> <span class="preprocessor">#define APR_STATUS_IS_ENOCIPHER(s)        ((s) == APR_ENOCIPHER)</span>
+<a name="l00138"></a>00138 <span class="preprocessor"></span>
+<a name="l00141"></a><a class="code" href="group___a_p_r___util___error.html#g13ab217618d8b37c7d85c7c2080908a0">00141</a> <span class="preprocessor">#define APR_STATUS_IS_ENODIGEST(s)        ((s) == APR_ENODIGEST)</span>
+<a name="l00142"></a>00142 <span class="preprocessor"></span>
+<a name="l00145"></a><a class="code" href="group___a_p_r___util___error.html#g9574130dd48e4d76082c7837d052d8d0">00145</a> <span class="preprocessor">#define APR_STATUS_IS_ENOENGINE(s)        ((s) == APR_ENOENGINE)</span>
+<a name="l00146"></a>00146 <span class="preprocessor"></span>
+<a name="l00149"></a><a class="code" href="group___a_p_r___util___error.html#g0330ff3219d56b41f702364de38d2a18">00149</a> <span class="preprocessor">#define APR_STATUS_IS_EINITENGINE(s)        ((s) == APR_EINITENGINE)</span>
+<a name="l00150"></a>00150 <span class="preprocessor"></span>
+<a name="l00153"></a><a class="code" href="group___a_p_r___util___error.html#g234e5a708e8d01eb781b4d96f0cc7b05">00153</a> <span class="preprocessor">#define APR_STATUS_IS_EREINIT(s)        ((s) == APR_EREINIT)</span>
+<a name="l00154"></a>00154 <span class="preprocessor"></span>
+<a name="l00161"></a><a class="code" href="structapu__err__t.html">00161</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapu__err__t.html">apu_err_t</a> {
+<a name="l00162"></a>00162     <span class="keyword">const</span> <span class="keywordtype">char</span> *reason;
+<a name="l00163"></a>00163     <span class="keyword">const</span> <span class="keywordtype">char</span> *msg;
+<a name="l00164"></a>00164     <span class="keywordtype">int</span> rc;
+<a name="l00165"></a>00165 } <a class="code" href="structapu__err__t.html">apu_err_t</a>;
+<a name="l00166"></a>00166 
+<a name="l00169"></a>00169 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00170"></a>00170 <span class="preprocessor"></span>}
+<a name="l00171"></a>00171 <span class="preprocessor">#endif</span>
+<a name="l00172"></a>00172 <span class="preprocessor"></span>
+<a name="l00173"></a>00173 <span class="preprocessor">#endif  </span><span class="comment">/* ! APU_ERRNO_H */</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
+</body>
+</html>

Added: apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h.html?rev=746159&view=auto
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h.html (added)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__errno_8h.html Fri Feb 20 06:08:22 2009
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Apache Portable Runtime Utility Library: include/apu_errno.h File Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.7.1 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>include/apu_errno.h File Reference</h1>APR-Util Error Codes.  
+<a href="#_details">More...</a>
+<p>
+<code>#include &quot;apr.h&quot;</code><br>
+<code>#include &quot;apr_errno.h&quot;</code><br>
+
+<p>
+<a href="apu__errno_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapu__err__t.html">apu_err_t</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#gbf9bbd463ebcf38611f6acd423e49de9">APR_ENOKEY</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 1)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g2df3db3a80a6e153134caf5d3a62a00f">APR_ENOIV</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 2)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g637727cdf8285d12663ddf8bb89fa048">APR_EKEYTYPE</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 3)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#gec7a912cf8fe5f964ad8fbbafaff0241">APR_ENOSPACE</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 4)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g2e98ff79515dfd5a21583d09c300d9bb">APR_ECRYPT</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 5)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#ge7c077d0539cafc19917c12174ed961d">APR_EPADDING</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 6)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#gbc3c0dcf5954c161df4aff0fb0ce3ae4">APR_EKEYLENGTH</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 7)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g6b546475980180206e4286e35befaf55">APR_ENOCIPHER</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 8)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g93f22e73099e3cd744ea96da38602065">APR_ENODIGEST</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 9)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#gcda8be948c23dbd1347f3302fb1c577f">APR_ENOENGINE</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 10)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g9d8482ae4b93bdce0f31f120c0511550">APR_EINITENGINE</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 11)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g161b8a0f8e24033e8cd5d9068d524f00">APR_EREINIT</a>&nbsp;&nbsp;&nbsp;(APR_UTIL_START_STATUS + 12)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g060055dd2eb82e8450015fa2fae5f87c">APR_STATUS_IS_ENOKEY</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENOKEY)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g5d6aa91dabbbaa71f11c293af460b143">APR_STATUS_IS_ENOIV</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENOIV)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g0693be89f2dc48f2931ff4572bd5872d">APR_STATUS_IS_EKEYTYPE</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_EKEYTYPE)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g32f4e4d4cff641d33acf3cb722e36b1f">APR_STATUS_IS_ENOSPACE</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENOSPACE)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g9933a7168395bc0786b3ba477566fd7b">APR_STATUS_IS_ECRYPT</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ECRYPT)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g4e1e34448470111b935efafda1248628">APR_STATUS_IS_EPADDING</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_EPADDING)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#gb705e1d1975634114d47197609b97cbf">APR_STATUS_IS_EKEYLENGTH</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_EKEYLENGTH)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g8b6a993f66cfa692820018a7a0bf7ee6">APR_STATUS_IS_ENOCIPHER</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENOCIPHER)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g13ab217618d8b37c7d85c7c2080908a0">APR_STATUS_IS_ENODIGEST</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENODIGEST)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g9574130dd48e4d76082c7837d052d8d0">APR_STATUS_IS_ENOENGINE</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_ENOENGINE)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g0330ff3219d56b41f702364de38d2a18">APR_STATUS_IS_EINITENGINE</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_EINITENGINE)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___error.html#g234e5a708e8d01eb781b4d96f0cc7b05">APR_STATUS_IS_EREINIT</a>(s)&nbsp;&nbsp;&nbsp;((s) == APR_EREINIT)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+APR-Util Error Codes. 
+<p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
+</body>
+</html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/private/apu_internal.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -49,13 +55,13 @@
 <a name="l00031"></a>00031 <span class="comment"> * continue to initialize modules by multiple threads, the caller</span>
 <a name="l00032"></a>00032 <span class="comment"> * of apu_dso_load must lock first, and not unlock until any init</span>
 <a name="l00033"></a>00033 <span class="comment"> * finalization is complete.</span>
-<a name="l00034"></a>00034 <span class="comment"> */</span> 
+<a name="l00034"></a>00034 <span class="comment"> */</span>
 <a name="l00035"></a>00035 apr_status_t apu_dso_init(apr_pool_t *pool);
 <a name="l00036"></a>00036 
 <a name="l00037"></a>00037 apr_status_t apu_dso_mutex_lock(<span class="keywordtype">void</span>);
 <a name="l00038"></a>00038 apr_status_t apu_dso_mutex_unlock(<span class="keywordtype">void</span>);
 <a name="l00039"></a>00039 
-<a name="l00040"></a>00040 apr_status_t apu_dso_load(apr_dso_handle_sym_t *dsoptr, <span class="keyword">const</span> <span class="keywordtype">char</span> *module,
+<a name="l00040"></a>00040 apr_status_t apu_dso_load(apr_dso_handle_t **dso, apr_dso_handle_sym_t *dsoptr, <span class="keyword">const</span> <span class="keywordtype">char</span> *module,
 <a name="l00041"></a>00041                           <span class="keyword">const</span> <span class="keywordtype">char</span> *modsym, apr_pool_t *pool);
 <a name="l00042"></a>00042 
 <a name="l00043"></a>00043 <span class="preprocessor">#if APR_HAS_LDAP</span>
@@ -90,8 +96,8 @@
 <a name="l00072"></a>00072 <span class="preprocessor">#endif </span><span class="comment">/* APU_INTERNAL_H */</span>
 <a name="l00073"></a>00073 
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/private/apu_select_dbm.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -45,8 +51,8 @@
 <a name="l00027"></a>00027 <span class="preprocessor"></span>
 <a name="l00028"></a>00028 <span class="preprocessor">#endif  </span><span class="comment">/* !APU_SELECT_DBM_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apu_version.h</h1><a href="apu__version_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -39,9 +45,9 @@
 <a name="l00042"></a>00042 <span class="comment"> * authoritative version numbers for APU. </span>
 <a name="l00043"></a>00043 <span class="comment"> */</span>
 <a name="l00044"></a>00044 
-<a name="l00050"></a><a class="code" href="apu__version_8h.html#c6ad13b6f97cfe3b3d9008ff34f0bb35">00050</a> <span class="preprocessor">#define APU_MAJOR_VERSION       1</span>
+<a name="l00050"></a><a class="code" href="apu__version_8h.html#c6ad13b6f97cfe3b3d9008ff34f0bb35">00050</a> <span class="preprocessor">#define APU_MAJOR_VERSION       2</span>
 <a name="l00051"></a>00051 <span class="preprocessor"></span>
-<a name="l00056"></a><a class="code" href="apu__version_8h.html#28a5f6fb38453905a840885a8c00152a">00056</a> <span class="preprocessor">#define APU_MINOR_VERSION       4</span>
+<a name="l00056"></a><a class="code" href="apu__version_8h.html#28a5f6fb38453905a840885a8c00152a">00056</a> <span class="preprocessor">#define APU_MINOR_VERSION       0</span>
 <a name="l00057"></a>00057 <span class="preprocessor"></span>
 <a name="l00062"></a><a class="code" href="apu__version_8h.html#44b4590b3763f9c92f9d429fb9ce119b">00062</a> <span class="preprocessor">#define APU_PATCH_VERSION       0</span>
 <a name="l00063"></a>00063 <span class="preprocessor"></span>
@@ -103,8 +109,8 @@
 <a name="l00133"></a>00133 
 <a name="l00134"></a>00134 <span class="preprocessor">#endif </span><span class="comment">/* ndef APU_VERSION_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apu_version.h File Reference</h1>APR-util Versioning Interface. <a href="#_details">More...</a>
+<h1>include/apu_version.h File Reference</h1>APR-util Versioning Interface.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apr_version.h&quot;</code><br>
 <code>#include &quot;apu.h&quot;</code><br>
@@ -27,9 +34,9 @@
 <a href="apu__version_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Defines</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apu__version_8h.html#c6ad13b6f97cfe3b3d9008ff34f0bb35">APU_MAJOR_VERSION</a>&nbsp;&nbsp;&nbsp;1</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apu__version_8h.html#c6ad13b6f97cfe3b3d9008ff34f0bb35">APU_MAJOR_VERSION</a>&nbsp;&nbsp;&nbsp;2</td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apu__version_8h.html#28a5f6fb38453905a840885a8c00152a">APU_MINOR_VERSION</a>&nbsp;&nbsp;&nbsp;4</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apu__version_8h.html#28a5f6fb38453905a840885a8c00152a">APU_MINOR_VERSION</a>&nbsp;&nbsp;&nbsp;0</td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="apu__version_8h.html#44b4590b3763f9c92f9d429fb9ce119b">APU_PATCH_VERSION</a>&nbsp;&nbsp;&nbsp;0</td></tr>
 
@@ -94,7 +101,7 @@
 <div class="memproto">
       <table class="memname">
         <tr>
-          <td class="memname">#define APU_MAJOR_VERSION&nbsp;&nbsp;&nbsp;1          </td>
+          <td class="memname">#define APU_MAJOR_VERSION&nbsp;&nbsp;&nbsp;2          </td>
         </tr>
       </table>
 </div>
@@ -109,7 +116,7 @@
 <div class="memproto">
       <table class="memname">
         <tr>
-          <td class="memname">#define APU_MINOR_VERSION&nbsp;&nbsp;&nbsp;4          </td>
+          <td class="memname">#define APU_MINOR_VERSION&nbsp;&nbsp;&nbsp;0          </td>
         </tr>
       </table>
 </div>
@@ -259,8 +266,8 @@
 </div>
 </div><p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apu_want.h</h1><a href="apu__want_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -39,7 +45,7 @@
 <a name="l00042"></a>00042 <span class="preprocessor">#ifdef APU_WANT_DB</span>
 <a name="l00043"></a>00043 <span class="preprocessor"></span>
 <a name="l00044"></a>00044 <span class="preprocessor">#if APU_HAVE_DB</span>
-<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#include &lt;db4/db.h&gt;</span>
+<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#include &lt;db.h&gt;</span>
 <a name="l00046"></a>00046 <span class="preprocessor">#endif</span>
 <a name="l00047"></a>00047 <span class="preprocessor"></span>
 <a name="l00048"></a>00048 <span class="preprocessor">#undef APU_WANT_DB</span>
@@ -47,8 +53,8 @@
 <a name="l00050"></a>00050 <span class="preprocessor"></span>
 <a name="l00051"></a>00051 <span class="comment">/* --------------------------------------------------------------------- */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apu_want.h File Reference</h1>APR Standard Headers Support. <a href="#_details">More...</a>
+<h1>include/apu_want.h File Reference</h1>APR Standard Headers Support.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apu.h&quot;</code><br>
 
@@ -31,7 +38,7 @@
 <p>
 <pre>
  Features:</pre><p>
-<pre>   APU_WANT_DB:       &lt;db4/db.h&gt;</pre><p>
+<pre>   APU_WANT_DB:       &lt;db.h&gt;</pre><p>
 <pre> Typical usage:</pre><p>
 <pre>   define APU_WANT_DB
    include "apu_want.h"</pre><p>
@@ -39,8 +46,8 @@
 <pre> Note: it is safe to use this in a header (it won't interfere with other
        headers' or source files' use of <a class="el" href="apu__want_8h.html" title="APR Standard Headers Support.">apu_want.h</a>)
  </pre> </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>xml/expat/lib/ascii.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 <a name="l00002"></a>00002 <span class="comment">Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd</span>
 <a name="l00003"></a>00003 <span class="comment">See the file COPYING for copying permission.</span>
@@ -103,8 +109,8 @@
 <a name="l00085"></a>00085 <span class="preprocessor"></span><span class="preprocessor">#define ASCII_RSQB 0x5D</span>
 <a name="l00086"></a>00086 <span class="preprocessor"></span><span class="preprocessor">#define ASCII_UNDERSCORE 0x5F</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>xml/expat/lib/asciitab.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 <a name="l00002"></a>00002 <span class="comment">Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd</span>
 <a name="l00003"></a>00003 <span class="comment">See the file COPYING for copying permission.</span>
@@ -54,8 +60,8 @@
 <a name="l00036"></a>00036 <span class="comment">/* 0x78 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
 <a name="l00037"></a>00037 <span class="comment">/* 0x7C */</span> BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Added: apr/site/trunk/docs/docs/apr-util/trunk/bug.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/bug.html?rev=746159&view=auto
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/bug.html (added)
+++ apr/site/trunk/docs/docs/apr-util/trunk/bug.html Fri Feb 20 06:08:22 2009
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Apache Portable Runtime Utility Library: Bug List</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.7.1 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1><a class="anchor" name="bug">Bug List </a></h1><a class="anchor" name="_bug000001"></a> <dl>
+<dt>Global <a class="el" href="group___a_p_r___util___d_b_m.html#gf7295ba8157f487b78319e168e1344b4">apr_dbm_open_ex</a>  </dt>
+<dd>In apr-util 0.9 and 1.x, the type arg was case insensitive. This was highly inefficient, and as of 2.x the dbm name must be provided in the correct case (lower case for all bundled providers) </dd>
+</dl>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 for Apache Portable Runtime Utility Library by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
+</body>
+</html>

Added: apr/site/trunk/docs/docs/apr-util/trunk/classes.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/classes.html?rev=746159&view=auto
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/classes.html (added)
+++ apr/site/trunk/docs/docs/apr-util/trunk/classes.html Fri Feb 20 06:08:22 2009
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Apache Portable Runtime Utility Library: Alphabetical List</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.7.1 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Data Structure Index</h1><p><div class="qindex"><a class="qindex" href="#letter_A">A</a></div><p>
+<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
+<tr><td><a name="letter_A"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;A&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a class="el" href="structapr__bucket__mmap.html">apr_bucket_mmap</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__dbm__type__t.html">apr_dbm_type_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__memcache__value__t.html">apr_memcache_value_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__uri__t.html">apr_uri_t</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="structapr__anylock__t.html">apr_anylock_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__bucket__pool.html">apr_bucket_pool</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__ldap__err__t.html">apr_ldap_err_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__sdbm__datum__t.html">apr_sdbm_datum_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__uuid__t.html">apr_uuid_t</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="unionapr__anylock__t_1_1apr__anylock__u__t.html">apr_anylock_t::apr_anylock_u_t</a>&nbsp;&nb
 sp;&nbsp;</td><td><a class="el" href="structapr__bucket__refcount.html">apr_bucket_refcount</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__sha1__ctx__t.html">apr_sha1_ctx_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__xml__attr.html">apr_xml_attr</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="structapr__bucket.html">apr_bucket</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="unionapr__bucket__structs.html">apr_bucket_structs</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__md4__ctx__t.html">apr_md4_ctx_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__strmatch__pattern.html">apr_strmatch_pattern</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__xml__doc.html">apr_xml_doc</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="structapr__bucket__brigade.html">apr_bucket_brigade</a>&nbsp;&nbs
 p;&nbsp;</td><td><a class="el" href="structapr__bucket__type__t.html">apr_bucket_type_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__text.html">apr_text</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__xml__elem.html">apr_xml_elem</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="structapr__bucket__file.html">apr_bucket_file</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__datum__t.html">apr_datum_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__memcache__t.html">apr_memcache_t</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__text__header.html">apr_text_header</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapu__err__t.html">apu_err_t</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="structapr__bucket__heap.html">apr_bucket_heap</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="structapr__dbm_
 _t.html">apr_dbm_t</a>&nbsp;&nbsp;&nbsp;</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a></div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
+</body>
+</html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css Fri Feb 20 06:08:22 2009
@@ -1,363 +1,286 @@
-BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
-	font-family: Geneva, Arial, Helvetica, sans-serif;
+body, table, div, p, dl {
+	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+	font-size: 12px;
 }
-BODY,TD {
-	font-size: 90%;
-}
-H1 {
+
+/* @group Heading Levels */
+
+h1 {
 	text-align: center;
-	font-size: 160%;
+	font-size: 150%;
 }
-H2 {
+
+h2 {
 	font-size: 120%;
 }
-H3 {
+
+h3 {
 	font-size: 100%;
 }
-CAPTION { 
-	font-weight: bold 
+
+/* @end */
+
+caption {
+	font-weight: bold;
 }
-DIV.qindex {
-	width: 100%;
+
+div.qindex, div.navpath, div.navtab{
 	background-color: #e8eef2;
 	border: 1px solid #84b0c7;
 	text-align: center;
 	margin: 2px;
 	padding: 2px;
-	line-height: 140%;
 }
-DIV.navpath {
+
+div.qindex, div.navpath {
 	width: 100%;
-	background-color: #e8eef2;
-	border: 1px solid #84b0c7;
-	text-align: center;
-	margin: 2px;
-	padding: 2px;
 	line-height: 140%;
 }
-DIV.navtab {
-       background-color: #e8eef2;
-       border: 1px solid #84b0c7;
-       text-align: center;
-       margin: 2px;
-       margin-right: 15px;
-       padding: 2px;
-}
-TD.navtab {
-       font-size: 70%;
-}
-A.qindex {
-       text-decoration: none;
-       font-weight: bold;
-       color: #1A419D;
-}
-A.qindex:visited {
-       text-decoration: none;
-       font-weight: bold;
-       color: #1A419D
+
+div.navtab {
+	margin-right: 15px;
 }
-A.qindex:hover {
+
+/* @group Link Styling */
+
+a {
+	color: #153788;
+	font-weight: normal;
 	text-decoration: none;
-	background-color: #ddddff;
 }
-A.qindexHL {
-	text-decoration: none;
+
+.contents a:visited {
+	color: #1b77c5;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+a.qindex {
+	font-weight: bold;
+}
+
+a.qindexHL {
 	font-weight: bold;
 	background-color: #6666cc;
 	color: #ffffff;
 	border: 1px double #9295C2;
 }
-A.qindexHL:hover {
-	text-decoration: none;
-	background-color: #6666cc;
-	color: #ffffff;
+
+a.el {
+	font-weight: bold;
 }
-A.qindexHL:visited { 
-	text-decoration: none; 
-	background-color: #6666cc; 
-	color: #ffffff 
-}
-A.el { 
-	text-decoration: none; 
-	font-weight: bold 
-}
-A.elRef { 
-	font-weight: bold 
-}
-A.code:link { 
-	text-decoration: none; 
-	font-weight: normal; 
-	color: #0000FF
-}
-A.code:visited { 
-	text-decoration: none; 
-	font-weight: normal; 
-	color: #0000FF
-}
-A.codeRef:link { 
-	font-weight: normal; 
-	color: #0000FF
-}
-A.codeRef:visited { 
-	font-weight: normal; 
-	color: #0000FF
-}
-A:hover { 
-	text-decoration: none; 	
-	background-color: #f2f2ff 
+
+a.elRef {
 }
-DL.el { 
-	margin-left: -1cm 
+
+a.code {
+}
+
+a.codeRef {
+}
+
+/* @end */
+
+dl.el {
+	margin-left: -1cm;
 }
+
 .fragment {
-       font-family: monospace, fixed;
-       font-size: 95%;
+	font-family: monospace, fixed;
+	font-size: 105%;
 }
-PRE.fragment {
+
+pre.fragment {
 	border: 1px solid #CCCCCC;
 	background-color: #f5f5f5;
-	margin-top: 4px;
-	margin-bottom: 4px;
-	margin-left: 2px;
-	margin-right: 8px;
-	padding-left: 6px;
-	padding-right: 6px;
-	padding-top: 4px;
-	padding-bottom: 4px;
-}
-DIV.ah { 
-	background-color: black; 
-	font-weight: bold; 
-	color: #ffffff; 
-	margin-bottom: 3px; 
-	margin-top: 3px 
-}
-
-DIV.groupHeader {
-       margin-left: 16px;
-       margin-top: 12px;
-       margin-bottom: 6px;
-       font-weight: bold;
-}
-DIV.groupText { 
-	margin-left: 16px; 
-	font-style: italic; 
-	font-size: 90% 
+	padding: 4px 6px;
+	margin: 4px 8px 4px 2px;
+}
+
+div.ah {
+	background-color: black;
+	font-weight: bold;
+	color: #ffffff;
+	margin-bottom: 3px;
+	margin-top: 3px
 }
-BODY {
+
+div.groupHeader {
+	margin-left: 16px;
+	margin-top: 12px;
+	margin-bottom: 6px;
+	font-weight: bold;
+}
+
+div.groupText {
+	margin-left: 16px;
+	font-style: italic;
+}
+
+body {
 	background: white;
 	color: black;
 	margin-right: 20px;
 	margin-left: 20px;
 }
-TD.indexkey {
+
+td.indexkey {
 	background-color: #e8eef2;
 	font-weight: bold;
-	padding-right  : 10px;
-	padding-top    : 2px;
-	padding-left   : 10px;
-	padding-bottom : 2px;
-	margin-left    : 0px;
-	margin-right   : 0px;
-	margin-top     : 2px;
-	margin-bottom  : 2px;
 	border: 1px solid #CCCCCC;
+	margin: 2px 0px 2px 0;
+	padding: 2px 10px;
 }
-TD.indexvalue {
+
+td.indexvalue {
 	background-color: #e8eef2;
-	font-style: italic;
-	padding-right  : 10px;
-	padding-top    : 2px;
-	padding-left   : 10px;
-	padding-bottom : 2px;
-	margin-left    : 0px;
-	margin-right   : 0px;
-	margin-top     : 2px;
-	margin-bottom  : 2px;
 	border: 1px solid #CCCCCC;
+	padding: 2px 10px;
+	margin: 2px 0px;
 }
-TR.memlist {
-	background-color: #f0f0f0; 
+
+tr.memlist {
+	background-color: #f0f0f0;
 }
-P.formulaDsp { 
-	text-align: center; 
+
+p.formulaDsp {
+	text-align: center;
 }
-IMG.formulaDsp {
+
+img.formulaDsp {
+	
 }
-IMG.formulaInl { 
-	vertical-align: middle; 
-}
-SPAN.keyword       { color: #008000 }
-SPAN.keywordtype   { color: #604020 }
-SPAN.keywordflow   { color: #e08000 }
-SPAN.comment       { color: #800000 }
-SPAN.preprocessor  { color: #806020 }
-SPAN.stringliteral { color: #002080 }
-SPAN.charliteral   { color: #008080 }
-SPAN.vhdldigit     { color: #ff00ff }
-SPAN.vhdlchar      { color: #000000 }
-SPAN.vhdlkeyword   { color: #700070 }
-SPAN.vhdllogic     { color: #ff0000 }
 
-.mdescLeft {
-	padding: 0px 8px 4px 8px;
-	font-size: 80%;
-	font-style: italic;
-	background-color: #FAFAFA;
-	border-top: 1px none #E0E0E0;
-	border-right: 1px none #E0E0E0;
-	border-bottom: 1px none #E0E0E0;
-	border-left: 1px none #E0E0E0;
-	margin: 0px;
+img.formulaInl {
+	vertical-align: middle;
 }
-.mdescRight {
-        padding: 0px 8px 4px 8px;
-	font-size: 80%;
-	font-style: italic;
-	background-color: #FAFAFA;
-	border-top: 1px none #E0E0E0;
-	border-right: 1px none #E0E0E0;
-	border-bottom: 1px none #E0E0E0;
-	border-left: 1px none #E0E0E0;
-	margin: 0px;
+
+/* @group Code Colorization */
+
+span.keyword {
+	color: #008000
 }
-.memItemLeft {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
+
+span.keywordtype {
+	color: #604020
 }
-.memItemRight {
-	padding: 1px 8px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
+
+span.keywordflow {
+	color: #e08000
 }
-.memTemplItemLeft {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: none;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
+
+span.comment {
+	color: #800000
 }
-.memTemplItemRight {
-	padding: 1px 8px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: none;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	background-color: #FAFAFA;
-	font-size: 80%;
+
+span.preprocessor {
+	color: #806020
 }
-.memTemplParams {
-	padding: 1px 0px 0px 8px;
-	margin: 4px;
-	border-top-width: 1px;
-	border-right-width: 1px;
-	border-bottom-width: 1px;
-	border-left-width: 1px;
-	border-top-color: #E0E0E0;
-	border-right-color: #E0E0E0;
-	border-bottom-color: #E0E0E0;
-	border-left-color: #E0E0E0;
-	border-top-style: solid;
-	border-right-style: none;
-	border-bottom-style: none;
-	border-left-style: none;
-	color: #606060;
-	background-color: #FAFAFA;
-	font-size: 80%;
+
+span.stringliteral {
+	color: #002080
+}
+
+span.charliteral {
+	color: #008080
 }
-.search { 
+
+span.vhdldigit { 
+	color: #ff00ff 
+}
+
+span.vhdlchar { 
+	color: #000000 
+}
+
+span.vhdlkeyword { 
+	color: #700070 
+}
+
+span.vhdllogic { 
+	color: #ff0000 
+}
+
+/* @end */
+
+.search {
 	color: #003399;
 	font-weight: bold;
 }
-FORM.search {
+
+form.search {
 	margin-bottom: 0px;
 	margin-top: 0px;
 }
-INPUT.search { 
+
+input.search {
 	font-size: 75%;
 	color: #000080;
 	font-weight: normal;
 	background-color: #e8eef2;
 }
-TD.tiny { 
+
+td.tiny {
 	font-size: 75%;
 }
-a {
-	color: #1A41A8;
-}
-a:visited {
-	color: #2A3798;
-}
-.dirtab { 
+
+.dirtab {
 	padding: 4px;
 	border-collapse: collapse;
 	border: 1px solid #84b0c7;
 }
-TH.dirtab { 
+
+th.dirtab {
 	background: #e8eef2;
 	font-weight: bold;
 }
-HR { 
-	height: 1px;
+
+hr {
+	height: 0;
+	border: none;
+	border-top: 1px solid #666;
+}
+
+/* @group Member Descriptions */
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+	background-color: #FAFAFA;
 	border: none;
-	border-top: 1px solid black;
+	margin: 4px;
+	padding: 1px 0 0 8px;
 }
 
-/* Style for detailed member documentation */
+.mdescLeft, .mdescRight {
+	padding: 0px 8px 4px 8px;
+	color: #555;
+}
+
+.memItemLeft, .memItemRight, .memTemplParams {
+	border-top: 1px solid #ccc;
+}
+
+.memTemplParams {
+	color: #606060;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
 .memtemplate {
 	font-size: 80%;
 	color: #606060;
 	font-weight: normal;
 	margin-left: 3px;
-} 
-.memnav { 
+}
+
+.memnav {
 	background-color: #e8eef2;
 	border: 1px solid #84b0c7;
 	text-align: center;
@@ -365,109 +288,154 @@
 	margin-right: 15px;
 	padding: 2px;
 }
+
 .memitem {
-	padding: 4px;
-	background-color: #eef3f5;
-	border-width: 1px;
-	border-style: solid;
-	border-color: #dedeee;
-	-moz-border-radius: 8px 8px 8px 8px;
+	padding: 0;
 }
+
 .memname {
 	white-space: nowrap;
 	font-weight: bold;
 }
-.memdoc{
-	padding-left: 10px;
+
+.memproto, .memdoc {
+	border: 1px solid #84b0c7;	
 }
+
 .memproto {
+	padding: 0;
 	background-color: #d5e1e8;
-	width: 100%;
-	border-width: 1px;
-	border-style: solid;
-	border-color: #84b0c7;
 	font-weight: bold;
-	-moz-border-radius: 8px 8px 8px 8px;
+	-webkit-border-top-left-radius: 8px;
+	-webkit-border-top-right-radius: 8px;
+	-moz-border-radius-topleft: 8px;
+	-moz-border-radius-topright: 8px;
+}
+
+.memdoc {
+	padding: 2px 5px;
+	background-color: #eef3f5;
+	border-top-width: 0;
+	-webkit-border-bottom-left-radius: 8px;
+	-webkit-border-bottom-right-radius: 8px;
+	-moz-border-radius-bottomleft: 8px;
+	-moz-border-radius-bottomright: 8px;
 }
+
+.memdoc p, .memdoc dl, .memdoc ul {
+	margin: 6px 0;
+}
+
 .paramkey {
 	text-align: right;
 }
+
 .paramtype {
 	white-space: nowrap;
 }
+
 .paramname {
 	color: #602020;
-	font-style: italic;
 	white-space: nowrap;
 }
-/* End Styling for detailed member documentation */
+.paramname em {
+	font-style: normal;
+}
+
+/* @end */
+
+/* @group Directory (tree) */
 
 /* for the tree view */
+
 .ftvtree {
 	font-family: sans-serif;
-	margin:0.5em;
+	margin: 0.5em;
 }
+
 /* these are for tree view when used as main index */
-.directory { 
-	font-size: 9pt; 
-	font-weight: bold; 
-}
-.directory h3 { 
-	margin: 0px; 
-	margin-top: 1em; 
-	font-size: 11pt; 
-}
-
-/* The following two styles can be used to replace the root node title */
-/* with an image of your choice.  Simply uncomment the next two styles, */
-/* specify the name of your image and be sure to set 'height' to the */
-/* proper pixel height of your image. */
-
-/* .directory h3.swap { */
-/* 	height: 61px; */
-/* 	background-repeat: no-repeat; */
-/* 	background-image: url("yourimage.gif"); */
-/* } */
-/* .directory h3.swap span { */
-/* 	display: none; */
-/* } */
-
-.directory > h3 { 
-	margin-top: 0; 
-}
-.directory p { 
-	margin: 0px; 
-	white-space: nowrap; 
-}
-.directory div { 
-	display: none; 
-	margin: 0px; 
+
+.directory {
+	font-size: 9pt;
+	font-weight: bold;
 }
-.directory img { 
-	vertical-align: -30%; 
+
+.directory h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
+}
+
+/*
+The following two styles can be used to replace the root node title
+with an image of your choice.  Simply uncomment the next two styles,
+specify the name of your image and be sure to set 'height' to the
+proper pixel height of your image.
+*/
+
+/*
+.directory h3.swap {
+	height: 61px;
+	background-repeat: no-repeat;
+	background-image: url("yourimage.gif");
+}
+.directory h3.swap span {
+	display: none;
+}
+*/
+
+.directory > h3 {
+	margin-top: 0;
+}
+
+.directory p {
+	margin: 0px;
+	white-space: nowrap;
 }
+
+.directory div {
+	display: none;
+	margin: 0px;
+}
+
+.directory img {
+	vertical-align: -30%;
+}
+
 /* these are for tree view when not used as main index */
-.directory-alt { 
-	font-size: 100%; 
-	font-weight: bold; 
-}
-.directory-alt h3 { 
-	margin: 0px; 
-	margin-top: 1em; 
-	font-size: 11pt; 
-}
-.directory-alt > h3 { 
-	margin-top: 0; 
-}
-.directory-alt p { 
-	margin: 0px; 
-	white-space: nowrap; 
-}
-.directory-alt div { 
-	display: none; 
-	margin: 0px; 
+
+.directory-alt {
+	font-size: 100%;
+	font-weight: bold;
+}
+
+.directory-alt h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
 }
-.directory-alt img { 
-	vertical-align: -30%; 
+
+.directory-alt > h3 {
+	margin-top: 0;
+}
+
+.directory-alt p {
+	margin: 0px;
+	white-space: nowrap;
+}
+
+.directory-alt div {
+	display: none;
+	margin: 0px;
+}
+
+.directory-alt img {
+	vertical-align: -30%;
 }
 
+/* @end */
+
+address {
+	font-style: normal;
+	color: #333;
+}

Modified: apr/site/trunk/docs/docs/apr-util/trunk/files.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/files.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/files.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/files.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -31,6 +31,7 @@
   <tr><td class="indexkey">include/<a class="el" href="apr__anylock_8h.html">apr_anylock.h</a> <a href="apr__anylock_8h-source.html">[code]</a></td><td class="indexvalue">APR-Util transparent any lock flavor wrapper </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__base64_8h.html">apr_base64.h</a> <a href="apr__base64_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL Base64 Encoding </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__buckets_8h.html">apr_buckets.h</a> <a href="apr__buckets_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL Buckets/Bucket Brigades </td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apr__crypto_8h.html">apr_crypto.h</a> <a href="apr__crypto_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL Crypto library </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__date_8h.html">apr_date.h</a> <a href="apr__date_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL date routines </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__dbd_8h.html">apr_dbd.h</a> <a href="apr__dbd_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL DBD library </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__dbm_8h.html">apr_dbm.h</a> <a href="apr__dbm_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL DBM library </td></tr>
@@ -38,7 +39,7 @@
   <tr><td class="indexkey">include/<a class="el" href="apr__ldap_8h.html">apr_ldap.h</a> <a href="apr__ldap_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL LDAP </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__ldap__init_8h.html">apr_ldap_init.h</a> <a href="apr__ldap__init_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL LDAP ldap_init() functions </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__ldap__option_8h.html">apr_ldap_option.h</a> <a href="apr__ldap__option_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL LDAP ldap_*_option() functions </td></tr>
-  <tr><td class="indexkey">include/<b>apr_ldap_rebind.h</b> <a href="apr__ldap__rebind_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apr__ldap__rebind_8h.html">apr_ldap_rebind.h</a> <a href="apr__ldap__rebind_8h-source.html">[code]</a></td><td class="indexvalue"><a class="el" href="namespace_apache.html">Apache</a> LDAP library </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__ldap__url_8h.html">apr_ldap_url.h</a> <a href="apr__ldap__url_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL LDAP ldap_init() functions </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__md4_8h.html">apr_md4.h</a> <a href="apr__md4_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL MD4 Library </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__md5_8h.html">apr_md5.h</a> <a href="apr__md5_8h-source.html">[code]</a></td><td class="indexvalue">APR MD5 Routines </td></tr>
@@ -57,8 +58,10 @@
   <tr><td class="indexkey">include/<a class="el" href="apr__xlate_8h.html">apr_xlate.h</a> <a href="apr__xlate_8h-source.html">[code]</a></td><td class="indexvalue">APR I18N translation library </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apr__xml_8h.html">apr_xml.h</a> <a href="apr__xml_8h-source.html">[code]</a></td><td class="indexvalue">APR-UTIL XML Library </td></tr>
   <tr><td class="indexkey">include/<b>apu.h</b> <a href="apu_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">include/<a class="el" href="apu__errno_8h.html">apu_errno.h</a> <a href="apu__errno_8h-source.html">[code]</a></td><td class="indexvalue">APR-Util Error Codes </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apu__version_8h.html">apu_version.h</a> <a href="apu__version_8h-source.html">[code]</a></td><td class="indexvalue">APR-util Versioning Interface </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apu__want_8h.html">apu_want.h</a> <a href="apu__want_8h-source.html">[code]</a></td><td class="indexvalue">APR Standard Headers Support </td></tr>
+  <tr><td class="indexkey">include/private/<b>apr_crypto_internal.h</b> <a href="apr__crypto__internal_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apr_dbd_internal.h</b> <a href="apr__dbd__internal_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apr_dbd_odbc_v2.h</b> <a href="apr__dbd__odbc__v2_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apr_dbm_private.h</b> <a href="apr__dbm__private_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
@@ -84,8 +87,8 @@
   <tr><td class="indexkey">xml/expat/lib/<b>xmltok_impl.h</b> <a href="xmltok__impl_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
 </table>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -334,8 +334,8 @@
 , <a class="el" href="structapr__md5__ctx__t.html#391a62bc9e7fada71d03f786df4f49ba">apr_md5_ctx_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -40,8 +40,8 @@
 : <a class="el" href="structapr__anylock__t.html#047e5c4d930f359618a96fd5e857f851">apr_anylock_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -52,8 +52,8 @@
 : <a class="el" href="structapr__bucket__type__t.html#117f85e4a58c5e7d7e373705ad138f859bf38b4eb3ea41c4af230432ac7a5fb1">apr_bucket_type_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -42,8 +42,8 @@
 : <a class="el" href="structapr__bucket__brigade.html#76a313afc83dd161916f3f9b83eea734">apr_bucket_brigade</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -314,8 +314,8 @@
 , <a class="el" href="structapr__md5__ctx__t.html#391a62bc9e7fada71d03f786df4f49ba">apr_md5_ctx_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:03 2009 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>