From 9ee245a87b9521843af3c58052c321a60e341a45 Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 17 Aug 2009 22:42:56 +0000 Subject: [PATCH] Minor formatting changes git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9317 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/pluginDoc.html | 82 ++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 41 deletions(-) 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