From 1d9e9ff4f70027b72b4e74e1be5758948bd61493 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 13 Feb 2020 09:06:48 -0600 Subject: [PATCH] Add new POD output files to RecordReference index --- documentation/RecordReference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RecordReference.md b/documentation/RecordReference.md index 941d6d97b..469c39626 100644 --- a/documentation/RecordReference.md +++ b/documentation/RecordReference.md @@ -15,13 +15,17 @@ The following documentation for the record types and menus include with Base was * [Data Fanout Record (dfanout)](dfanoutRecord.html) * [Event Record (event)](eventRecord.html) * [Fanout Record (fanout)](fanoutRecord.html) +* [Histogram Record (histogram)](histogramRecord.html) * [Long Input Record (longin)](longinRecord.html) * [Long Output Record (longout)](longoutRecord.html) +* [Long String Input Record (lsi)](lsiRecord.html) +* [Long String Output Record (lso)](lsoRecord.html) * [Multi-Bit Binary Input Direct Record (mbbiDirect)](mbbiDirectRecord.html) * [Multi-Bit Binary Input Record (mbbi)](mbbiRecord.html) * [Multi-Bit Binary Output Direct Record (mbboDirect)](mbboDirectRecord.html) * [Multi-Bit Binary Output Record (mbbo)](mbboRecord.html) * [Permissive Record (permissive)](permissiveRecord.html) +* [Printf Record (prinf)](printfRecord.html) * [Select Record (sel)](selRecord.html) * [Sequence Record (seq)](seqRecord.html) * [State Record (state)](stateRecord.html)