diff --git a/documentation/pluginDoc.html b/documentation/pluginDoc.html index 1f14e35..6016bfd 100755 --- a/documentation/pluginDoc.html +++ b/documentation/pluginDoc.html @@ -78,7 +78,7 @@ from the driver. Plugins derived from this class typically need to implement the processCallbacks method, the drvUser method, and one or more of the write(Int32, Float64, Octet) methods. The - NDPluginDriver class documentation describes this class in detail. + NDPluginDriver class documentation describes this class in detail.

NDPluginDriver defines parameters that all plugin drivers should implement if possible. @@ -498,10 +498,9 @@ r/w - The name of an XML file defining the PVAttributes and paramAttributes to be - added to each NDArray by this plugin. The format of the XML file is described - in the documentation for - asynNDArrayDriver::readNDAttributesFile(). + The name of an XML file defining the PVAttributes and paramAttributes to be added + to each NDArray by this plugin. The format of the XML file is described in the documentation + for asynNDArrayDriver::readNDAttributesFile(). ND_ATTRIBUTES_FILE @@ -533,43 +532,44 @@

Guidelines and rules for plugins

-

The following are guidelines and rules for writing plugins

+

+ The following are guidelines and rules for writing plugins