diff --git a/configure/RULES.Db b/configure/RULES.Db index 18b546cc2..f08af423d 100644 --- a/configure/RULES.Db +++ b/configure/RULES.Db @@ -17,7 +17,7 @@ TEMPL_SUFFIX ?= .template # vpath vpath %.pm $(USR_VPATH) $(SRC_DIRS) $(dir $(DBD)) -vpath %.pod $(USR_VPATH) $(SRC_DIRS) $(dir $(DBD)) +vpath %.pod $(USR_VPATH) $(SRC_DIRS) .. $(dir $(DBD)) vpath %.dbd $(USR_VPATH) $(SRC_DIRS) $(dir $(DBD)) vpath %.db $(USR_VPATH) $(SRC_DIRS) $(dir $(DB)) vpath %.vdb $(USR_VPATH) $(SRC_DIRS) $(dir $(DB)) diff --git a/documentation/ComponentReference.pod b/documentation/ComponentReference.pod new file mode 100644 index 000000000..95169598b --- /dev/null +++ b/documentation/ComponentReference.pod @@ -0,0 +1,170 @@ +=head1 EPICS Component Reference Manual + +This document provides reference information about the record types, +menus, link types and channel filters included with EPICS Base. + +Many details about the record and menu definitions are derived automatically +from the source code at build time. + + +=head2 Introduction and IOC Concepts + +These links point to an external website where introductory and overview +documentation is now being published. + +=over + +=item * L + +=item * L + +=back + + +=head2 Record Type Definitions + +These sections describe common aspects of the record types: + +=over + +=item * L + +=item * L + +=item * L + +=back + + +These are the record types supplied with EPICS Base: + +=over + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L<64-bit Integer Input Record (int64in)|int64inRecord> + +=item * L<64-bit Integer Output Record (int64out)|int64outRecord> + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L + +=item * L