From: Jim K. <jk...@us...> - 2005-11-13 00:44:27
|
Update of /cvsroot/opengtoolkit/dictionary/build_support/doc builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22238/build_support/doc builder Modified Files: Create ALL Documentation.vi Create VI Documentation.vi Get VI Parameters and Images.vi Keyword Values - Cluster -.ctl MAIN -- CREATE DOCS.vi {Library Name}.htm {VI Name}.htm Log Message: updated documentation Index: Create ALL Documentation.vi =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/Create ALL Documentation.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvst7lRBS and /tmp/cvs1csWHs differ Index: Keyword Values - Cluster -.ctl =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/Keyword Values - Cluster -.ctl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsmunKBR and /tmp/cvsYPwjKr differ Index: {Library Name}.htm =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/{Library Name}.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** {Library Name}.htm 10 Nov 2005 04:00:20 -0000 1.1 --- {Library Name}.htm 13 Nov 2005 00:44:18 -0000 1.2 *************** *** 23,31 **** <p><img src="{Library Palette Image Path}" border="0"></p> <table class="Bordered-Wide"><tr><th class="Bordered Left-Align">Palette Object</th><th class="Bordered Left-Align">Description</th></tr> {Function Rows} </table></p> ! <h2><a name="examples">Example</a></h2> ! <p class="Body">Refer to the <span class="Monospace">{Library Examples Folder}</span> for examples of using the {Library Name} Functions.</p><p class="Body"><a href="javascript:openLLB('{Library Examples Folder Escaped}');"><img src="../common/minibutton.gif" border="0"></a> Open examples </p> </body> </html> \ No newline at end of file --- 23,42 ---- <p><img src="{Library Palette Image Path}" border="0"></p> + <table class="Borderless"><tr> + <td><a href="javascript:openLLB('{Library Examples Folder Escaped}');"><img src="../common/minibutton.gif" border="0"></a> Open examples from <span class="Monospace">{Library Examples Folder}</span></td> + </tr></table> + <table class="Bordered-Wide"><tr><th class="Bordered Left-Align">Palette Object</th><th class="Bordered Left-Align">Description</th></tr> {Function Rows} </table></p> ! ! <h2><a name="examples">Examples</a></h2> ! <p class="Body">Refer to the <span class="Monospace">{Library Examples Folder}</span> for examples of using the {Library Name} Functions.</p> ! <p class="Body"><a href="javascript:openLLB('{Library Examples Folder Escaped}');"><img src="../common/minibutton.gif" border="0"></a> Open examples </p> ! ! <hr> ! <p class="Body">{Library Name} Library Copyright © 2005 <a href=http://www.jameskring.com>James Kring, Inc.</a> <a href="lgpl.html">Distributed under the terms of the GNU Lesser General Public License</a>.</p> ! <p class="Body">Documentation Copyright © 2005 <a href=http://www.jameskring.com>James Kring, Inc.</a> <a href="gfdl.html">Distributed under the terms of the GNU Free Documentation License</a>.</p> ! </body> </html> \ No newline at end of file Index: {VI Name}.htm =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/{VI Name}.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** {VI Name}.htm 10 Nov 2005 04:00:20 -0000 1.1 --- {VI Name}.htm 13 Nov 2005 00:44:18 -0000 1.2 *************** *** 69,72 **** --- 69,74 ---- <td><a href="javascript:placeObject('{VI Name}');"><img src="../common/minibutton.gif" border="0"></a> Place on the block diagram</td> <td><a href="javascript:findObject('{VI Name}');"><img src="../common/minibutton.gif" border="0"></a> Find on the <strong>Functions</strong> palette</td> + <td><a href="javascript:openLLB('{Library Examples Folder Escaped}');"><img src="../common/minibutton.gif" border="0"></a> Open examples from <span class="Monospace">{Library Examples Folder}</span></td> + </tr></table> </div> *************** *** 82,86 **** <!-- Example Information --> ! {Example Information} </div> --- 84,96 ---- <!-- Example Information --> ! ! <h2><a name="examples">Examples</a></h2> ! <p class="Body">Refer to the <span class="Monospace">{Library Examples Folder}</span> for examples of using the {Library Name} Functions.</p> ! <p class="Body"><a href="javascript:openLLB('{Library Examples Folder Escaped}');"><img src="../common/minibutton.gif" border="0"></a> Open examples </p> ! ! <hr> ! <p class="Body">{Library Name} Library Copyright © 2005 <a href=http://www.jameskring.com>James Kring, Inc.</a> <a href="lgpl.html">Distributed under the terms of the GNU Lesser General Public License</a>.</p> ! <p class="Body">Documentation Copyright © 2005 <a href=http://www.jameskring.com>James Kring, Inc.</a> <a href="gfdl.html">Distributed under the terms of the GNU Free Documentation License</a>.</p> ! </div> Index: Create VI Documentation.vi =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/Create VI Documentation.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsSDjczU and /tmp/cvs2NW1Pu differ Index: MAIN -- CREATE DOCS.vi =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/MAIN -- CREATE DOCS.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsJtdxrY and /tmp/cvsyyETLy differ Index: Get VI Parameters and Images.vi =================================================================== RCS file: /cvsroot/opengtoolkit/dictionary/build_support/doc builder/Get VI Parameters and Images.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsSoDrL0 and /tmp/cvsL7orcB differ |