From 0c7721d6ea24a307bb4d0e89ee25763fdcd965d9 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 20 May 2003 20:01:17 +0000 Subject: [PATCH] Highlight 'function' keyword. Change 'write nNew elements into array' note from a comment which could be confused with a true C comment describing the operation of the next line of the example. --- documentation/RELEASE_NOTES.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 28839e2c9..1491b5cff 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -24,7 +24,7 @@ The good news is that the rules for support and ioc applications are now greatly simplified. The bad news is that it does mean changes for existing 3.14.1 applications. Please see:

ConvertingR3.14.1AppsToR3.14.2

-

for details. If you are using the function DBD keyword it no +

for details. If you are using the function DBD keyword it no longer exists. Please read this conversion document for details.

Application Developer's Guide

@@ -40,7 +40,7 @@ record to always set NORD=NELEM. Thus if an application trys to write a waveform via the steps:

     prset->get_array_info(paddr,&no_elements,&offset);
-    /*write nNew elements into array*/
+    << write nNew elements into array >>
     prset->put_array_info(paddr,nNew);
 

This sets NORD = nNew.