Link classes and namespace

This commit is contained in:
Christopher Dunn 2017-09-10 20:04:24 -05:00
parent 1a54511aa1
commit b29fc9834f

View File

@ -56,12 +56,22 @@ $extrastylesheet
<body bgcolor="#ffffff"> <body bgcolor="#ffffff">
<table width="100%"> <table width="100%">
<tr> <tr>
<td width="40%" align="left" valign="center"> <td width="30%" align="left" valign="center">
<a href="https://github.com/open-source-parsers/jsoncpp"> <a href="https://github.com/open-source-parsers/jsoncpp">
JsonCpp project page JsonCpp project page
</a> </a>
</td> </td>
<td width="40%" align="right" valign="center"> <td width="20%" align="center" valign="center">
<a href="hierarchy.html">
Classes
</a>
</td>
<td width="20%" align="center" valign="center">
<a href="namespace_json.html">
Namespace
</a>
</td>
<td width="30%" align="right" valign="center">
<a href="http://open-source-parsers.github.io/jsoncpp-docs/doxygen/">JsonCpp home page</a> <a href="http://open-source-parsers.github.io/jsoncpp-docs/doxygen/">JsonCpp home page</a>
</td> </td>
</tr> </tr>