Update version numbers and formatting in documentation

This commit is contained in:
Andrew Johnson
2018-12-17 16:26:05 -06:00
parent 9cfbc7983c
commit 07a951c3a2
2 changed files with 21 additions and 15 deletions
+6 -6
View File
@@ -36,7 +36,7 @@
<div class="head">
<h1>pvDatabaseCPP</h1>
<h2 class="nocount">Master - 2018.09.18</h2>
<h2 class="nocount">Release 4.4 - December 2018</h2>
<h2 class="nocount">Abstract</h2>
@@ -60,12 +60,12 @@ The minimum that an extension must provide is a top level PVStructure and a proc
<h2 class="nocount">Table of Contents</h2>
</div>
<div id="contents" class="contents">
<div id="contents" class="contents">
<hr />
<h2>Overview</h2>
<p>
pvDatabaseCPP is one of the components of
pvDatabaseCPP is one of the components of
EPICS Version 7
</p>
<p>This document is only a guide to help locate code and documentation related to pvDatabaseCPP
@@ -90,7 +90,7 @@ In particular read everything related to pvDatabase.
but pvDatabaseCPP now implemnents its own version and adds plugin support.
</p>
<p>
See
See
<a
href="https://mrkraimer.github.io/website/pvRequest/pvRequest.html">
pvRequest
@@ -133,7 +133,7 @@ exampleCPP
<h3>database</h3>
<p>This has many examples of how to create both soft records and records that implement
other functionality.</p>
<dl>
<dl>
<dt>exampleDatabase.cpp</dt>
<dd>
This shows how to create soft records of each pvData type.<br />
@@ -158,7 +158,7 @@ other functionality.</p>
</dl>
<h3>exampleLink</h3>
<p>This shows how to implement a record that has a link to another record</p>
<dl>
<dl>
<dt>exampleMonitorLinkRecord</dt>
<dd>
This creates a monitor link to another record.