Update of /cvsroot/opengtoolkit/dictionary/build_support/doc builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040/build_support/doc builder Added Files: Create ALL Documentation.vi Create Library Documentation.vi Create VI Documentation.vi Get VI Parameters and Images.vi Keyword Values - Cluster -.ctl MAIN -- CREATE DOCS.vi New Text Document.txt OGB Replace Keyword in String.vi OGB Replace Keywords in File.vi OGB Replace Keywords in String.vi Read Library Info File.vi conpane_html.txt example.htm {Library Name}.htm {VI Name}.htm Log Message: added build support for documentation --- NEW FILE: example.htm --- <h2><a name="examples">Example</a></h2> <p class="Body">Refer to {Example VI Name} in the <span class="Monospace">labview\{example llb path}</span> for an example of using the {VI Name} function.</p><p class="Body"><a href="javascript:openVI('{Example VI Path}');"><img src="../common/minibutton.gif" border="0"></a> Open example </p> --- NEW FILE: Create ALL Documentation.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: New Text Document.txt --- {VI Name} {VI Description} {Supplimental VI Information} {Link to Additional VI Information and Examples} {VI ConPane Image Path} {Table of VI Parameters} {Additional VI Information} {Example Information} --- NEW FILE: OGB Replace Keywords in File.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: OGB Replace Keywords in String.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: conpane_html.txt --- <!-- Graphic Reference --> <p><img src="{function conpane image path}" border="0"></p> --- NEW FILE: Read Library Info File.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: {Library Name}.htm --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!--Generated from database. Edit in the database; do not edit this file.--> <title>{Library Name} Functions</title> <link rel="STYLESHEET" type="text/css" href="../common/minimal.css"> <script src="../common/web.js" type="text/javascript"></script> <script src="../common/helpserver.js" type="text/javascript"></script> <script src="../common/objectnames.js" type="text/javascript"></script> <script src="../common/DynamicContent.js" type="text/javascript"></script> </head> <BODY onLoad='initPageNoAdjust();' bgcolor="#ffffff"> <noscript> <p class="Body">JavaScript is disabled. <a href="../lvhelp.chm/JavaScript_Disabled.html">Details</a></p> <hr width="100%" noshade> </noscript> <h1>{Library Name} Functions</h1> <p class="Body">{Library Description}</p> <!-- Graphic Reference --> <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> --- NEW FILE: {VI Name}.htm --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <!--Generated from database. Edit in the database; do not edit this file.--> <TITLE>{VI Name}</TITLE> <link rel="STYLESHEET" type="text/css" href="../common/minimal.css"> <script src="../common/web.js" type="text/javascript"></script> <script src="../common/nonscroll.js" type="text/javascript"></script> <script src="../common/helpserver.js" type="text/javascript"></script> <script src="../common/objectnames.js" type="text/javascript"></script> <script src="../common/DynamicContent.js" type="text/javascript"></script> <script type="text/javascript"> <!-- // Hide from older browsers if( typeof fcBrowserName != "undefined" ) { if( fcBrowserName == cBrowserIE ) { document.write ( "<link rel='STYLESHEET' type='text/css' href='../common/nonscroll.css'>" ); } else if( fcBrowserName == cBrowserNN | cBrowserSO | cBrowserUnknown ) { document.write ( "<link rel='STYLESHEET' type='text/css' href='../common/nonIE.css'>" ); } } // End hiding from older browsers --> </script> <link media="print" rel="stylesheet" type="text/css" href="../common/print.css"> </HEAD> <script type="text/javascript"> <!-- // Hide from older browsers if( typeof fcBrowserName != "undefined" ) { if( fcBrowserName == cBrowserIE ) { document.write ( "<BODY onLoad='initPageAdjust();' bgcolor='#ffffff'>" ); } else if( fcBrowserName == cBrowserNN | cBrowserSO | cBrowserUnknown ) { document.write ( "<BODY 'initPageNoAdjust();' bgcolor='#ffffff'>" ); } } // End hiding from older browsers --> </script> <noscript> <p class="Body">JavaScript is disabled. <a href="../lvhelp.chm/JavaScript_Disabled.html">Details</a></p> <hr width="100%" noshade> </noscript> <div id="styleDivTitle"> <H1> <!-- VI or Function Name --> {VI Name} </H1> <p class="Body"> <!-- VI/Function Description --> {VI Description} <!-- Supplemental VI/Function Information --> {Supplimental VI Information} <!-- Link to Additional VI/Function Information and Examples --> {Link to Additional VI Information and Examples} </p> <!-- Graphic Reference --> <p><img src="{VI ConPane Image Path}" border="0"></p> <table class="Borderless"><tr> <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> </tr></table> </div> <div id="styleDivScrolling"> <!-- Table of VI/Function Parameters --> {Table of VI Parameters} <!-- Additional VI/Function Information --> {Additional VI Information} <!-- Example Information --> {Example Information} </div> </body> </HTML> --- NEW FILE: Create Library Documentation.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Create VI Documentation.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: OGB Replace Keyword in String.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MAIN -- CREATE DOCS.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Get VI Parameters and Images.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Keyword Values - Cluster -.ctl --- (This appears to be a binary file; contents omitted.) |