Add HOWTO: Converting Wiki Record Reference to POD

This commit is contained in:
Andrew Johnson
2018-06-26 14:47:59 -05:00
parent a9d7f7be13
commit 8144d2ea01
2 changed files with 149 additions and 6 deletions
+9
View File
@@ -16,7 +16,16 @@
<!-- Insert new items immediately below here ... -->
<h3>HOWTO: Converting Wiki Record Reference to POD</h3>
<p>Some documentation has been added to the <tt>dbdToHtml.pl</tt> script
explaining how Perl POD (Plain Old Documentation) markup can be added to
<tt>.dbd</tt> files to generate HTML documentation for the record types. To see
these instructions, run <tt>perl&nbsp;bin/&lt;host&gt;/dbdToHtml.pl&nbsp;-H</tt>
or <tt>perldoc&nbsp;bin/&lt;host&gt;/dbdToHtml.pl</tt>.</p>
<h3>Fix problem with numeric soft events</h3>
<p>Changing from numeric to named soft events introduced an incompatibility
when a numeric event 1-255 is converted from a DOUBLE, e.g. from a calc record.
The <tt>post_event()</tt> API is not marked deprecated any more.