Commit a52858dc authored by AntoninCoulibaly's avatar AntoninCoulibaly Committed by GitHub
Browse files

Merge pull request #5 from Kinetic/dev/doc/Jsdoc

DOC(JSDoc) Add the html out of JSDoc
parents 34c8ec1f 195f8f85
Loading
Loading
Loading
Loading

doc/DeletePDU.html

0 → 100644
+332 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>JSDoc: Class: DeletePDU</title>

    <script src="scripts/prettify/prettify.js"> </script>
    <script src="scripts/prettify/lang-css.js"> </script>
    <!--[if lt IE 9]>
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

    <h1 class="page-title">Class: DeletePDU</h1>

    




<section>

<header>
    
        <h2>DeletePDU</h2>
        
    
</header>

<article>
    <div class="container-overview">
    
        

    

    <h4 class="name" id="DeletePDU"><span class="type-signature"></span>new DeletePDU<span class="signature">(sequence, connectionID, clusterVersion, keyArg, optionsA)</span><span class="type-signature"> &rarr; {Kinetic}</span></h4>

    











    <h5>Parameters:</h5>
    

<table class="params">
    <thead>
    <tr>
        
        <th>Name</th>
        

        <th>Type</th>

        

        

        <th class="last">Description</th>
    </tr>
    </thead>

    <tbody>
    

        <tr>
            
                <td class="name"><code>sequence</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">monotonically increasing number for each
                               request in a TCP connection</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>connectionID</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">the connection ID received from the
                               InitPDU</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>clusterVersion</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">the version of the cluster received from
                                 the InitPDU</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>keyArg</code></td>
            

            <td class="type">
            
                
<span class="param-type">Buffer</span>


            
            </td>

            

            

            <td class="description last">key of the item to delete.</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>optionsA</code></td>
            

            <td class="type">
            
                
<span class="param-type">Object</span>


            
            </td>

            

            

            <td class="description last">optional :
                 {String} [options.synchronization = 'WRITEBACK'] -
                 to specify if the data must be written to disk
                 immediately, or can be written in the future.
                 {boolean} [options.force = null] - optional setting
                 force to true ignores potential version mismatches and
                 carries out the operation.
                 {Buffer} [options.dbVersion] - version of the item in
                                                the database.</td>
        </tr>

    
    </tbody>
</table>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    

    
    <dt class="tag-source">Source:</dt>
    <dd class="tag-source"><ul class="dummy"><li>
        <a href="kinetic.js.html">kinetic.js</a>, <a href="kinetic.js.html#line1070">line 1070</a>
    </li></ul></dd>
    

    

    

    
</dl>













<h5>Returns:</h5>

        
<div class="param-desc">
    - message structure following the kinetic protocol
</div>



<dl>
    <dt>
        Type
    </dt>
    <dd>
        
<span class="param-type">Kinetic</span>


    </dd>
</dl>

    



    
    </div>

    

    

    

     

    

    

    

    

    
</article>

</section>




</div>

<nav>
    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="DeletePDU.html">DeletePDU</a></li><li><a href="DeleteResponsePDU.html">DeleteResponsePDU</a></li><li><a href="EndBatchPDU.html">EndBatchPDU</a></li><li><a href="EndBatchResponsePDU.html">EndBatchResponsePDU</a></li><li><a href="FirmwareDownloadPDU.html">FirmwareDownloadPDU</a></li><li><a href="FlushPDU.html">FlushPDU</a></li><li><a href="FlushResponsePDU.html">FlushResponsePDU</a></li><li><a href="GetKeyRange.html">GetKeyRange</a></li><li><a href="GetKeyRangeResponsePDU.html">GetKeyRangeResponsePDU</a></li><li><a href="GetLogPDU.html">GetLogPDU</a></li><li><a href="GetLogResponsePDU.html">GetLogResponsePDU</a></li><li><a href="GetNextPDU.html">GetNextPDU</a></li><li><a href="GetNextReponsePDU.html">GetNextReponsePDU</a></li><li><a href="GetPDU.html">GetPDU</a></li><li><a href="GetPreviousPDU.html">GetPreviousPDU</a></li><li><a href="GetPreviousResponsePDU.html">GetPreviousResponsePDU</a></li><li><a href="GetResponsePDU.html">GetResponsePDU</a></li><li><a href="GetVersionPDU.html">GetVersionPDU</a></li><li><a href="GetVersionResponsePDU.html">GetVersionResponsePDU</a></li><li><a href="InitPDU.html">InitPDU</a></li><li><a href="NoOpPDU.html">NoOpPDU</a></li><li><a href="NoOpResponsePDU.html">NoOpResponsePDU</a></li><li><a href="PDU.html">PDU</a></li><li><a href="PutPDU.html">PutPDU</a></li><li><a href="PutResponsePDU.html">PutResponsePDU</a></li><li><a href="SetClusterVersionPDU.html">SetClusterVersionPDU</a></li><li><a href="SetupResponsePDU.html">SetupResponsePDU</a></li><li><a href="StartBatchPDU.html">StartBatchPDU</a></li><li><a href="StartBatchResponsePDU.html">StartBatchResponsePDU</a></li></ul><h3>Global</h3><ul><li><a href="global.html#getErrorName">getErrorName</a></li><li><a href="global.html#getKeyByValue">getKeyByValue</a></li><li><a href="global.html#getLogType">getLogType</a></li><li><a href="global.html#getOpName">getOpName</a></li><li><a href="global.html#getVersion">getVersion</a></li><li><a href="global.html#propError">propError</a></li></ul>
</nav>

<br class="clear">

<footer>
    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Nov 24 2016 15:15:53 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
 No newline at end of file
+276 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>JSDoc: Class: DeleteResponsePDU</title>

    <script src="scripts/prettify/prettify.js"> </script>
    <script src="scripts/prettify/lang-css.js"> </script>
    <!--[if lt IE 9]>
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

    <h1 class="page-title">Class: DeleteResponsePDU</h1>

    




<section>

<header>
    
        <h2>DeleteResponsePDU</h2>
        
    
</header>

<article>
    <div class="container-overview">
    
        

    

    <h4 class="name" id="DeleteResponsePDU"><span class="type-signature"></span>new DeleteResponsePDU<span class="signature">(ackSequence, code, errorMessageArg)</span><span class="type-signature"> &rarr; {Kinetic}</span></h4>

    











    <h5>Parameters:</h5>
    

<table class="params">
    <thead>
    <tr>
        
        <th>Name</th>
        

        <th>Type</th>

        

        

        <th class="last">Description</th>
    </tr>
    </thead>

    <tbody>
    

        <tr>
            
                <td class="name"><code>ackSequence</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">monotically increasing number for each
                              request in a TCP connection</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>code</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">response code (SUCCESS, FAIL)</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>errorMessageArg</code></td>
            

            <td class="type">
            
                
<span class="param-type">Buffer</span>


            
            </td>

            

            

            <td class="description last">Detailed error message.</td>
        </tr>

    
    </tbody>
</table>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    

    
    <dt class="tag-source">Source:</dt>
    <dd class="tag-source"><ul class="dummy"><li>
        <a href="kinetic.js.html">kinetic.js</a>, <a href="kinetic.js.html#line1123">line 1123</a>
    </li></ul></dd>
    

    

    

    
</dl>













<h5>Returns:</h5>

        
<div class="param-desc">
    - message structure following the kinetic protocol
</div>



<dl>
    <dt>
        Type
    </dt>
    <dd>
        
<span class="param-type">Kinetic</span>


    </dd>
</dl>

    



    
    </div>

    

    

    

     

    

    

    

    

    
</article>

</section>




</div>

<nav>
    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="DeletePDU.html">DeletePDU</a></li><li><a href="DeleteResponsePDU.html">DeleteResponsePDU</a></li><li><a href="EndBatchPDU.html">EndBatchPDU</a></li><li><a href="EndBatchResponsePDU.html">EndBatchResponsePDU</a></li><li><a href="FirmwareDownloadPDU.html">FirmwareDownloadPDU</a></li><li><a href="FlushPDU.html">FlushPDU</a></li><li><a href="FlushResponsePDU.html">FlushResponsePDU</a></li><li><a href="GetKeyRange.html">GetKeyRange</a></li><li><a href="GetKeyRangeResponsePDU.html">GetKeyRangeResponsePDU</a></li><li><a href="GetLogPDU.html">GetLogPDU</a></li><li><a href="GetLogResponsePDU.html">GetLogResponsePDU</a></li><li><a href="GetNextPDU.html">GetNextPDU</a></li><li><a href="GetNextReponsePDU.html">GetNextReponsePDU</a></li><li><a href="GetPDU.html">GetPDU</a></li><li><a href="GetPreviousPDU.html">GetPreviousPDU</a></li><li><a href="GetPreviousResponsePDU.html">GetPreviousResponsePDU</a></li><li><a href="GetResponsePDU.html">GetResponsePDU</a></li><li><a href="GetVersionPDU.html">GetVersionPDU</a></li><li><a href="GetVersionResponsePDU.html">GetVersionResponsePDU</a></li><li><a href="InitPDU.html">InitPDU</a></li><li><a href="NoOpPDU.html">NoOpPDU</a></li><li><a href="NoOpResponsePDU.html">NoOpResponsePDU</a></li><li><a href="PDU.html">PDU</a></li><li><a href="PutPDU.html">PutPDU</a></li><li><a href="PutResponsePDU.html">PutResponsePDU</a></li><li><a href="SetClusterVersionPDU.html">SetClusterVersionPDU</a></li><li><a href="SetupResponsePDU.html">SetupResponsePDU</a></li><li><a href="StartBatchPDU.html">StartBatchPDU</a></li><li><a href="StartBatchResponsePDU.html">StartBatchResponsePDU</a></li></ul><h3>Global</h3><ul><li><a href="global.html#getErrorName">getErrorName</a></li><li><a href="global.html#getKeyByValue">getKeyByValue</a></li><li><a href="global.html#getLogType">getLogType</a></li><li><a href="global.html#getOpName">getOpName</a></li><li><a href="global.html#getVersion">getVersion</a></li><li><a href="global.html#propError">propError</a></li></ul>
</nav>

<br class="clear">

<footer>
    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Nov 24 2016 15:15:53 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
 No newline at end of file

doc/EndBatchPDU.html

0 → 100644
+324 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>JSDoc: Class: EndBatchPDU</title>

    <script src="scripts/prettify/prettify.js"> </script>
    <script src="scripts/prettify/lang-css.js"> </script>
    <!--[if lt IE 9]>
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

    <h1 class="page-title">Class: EndBatchPDU</h1>

    




<section>

<header>
    
        <h2>EndBatchPDU</h2>
        
    
</header>

<article>
    <div class="container-overview">
    
        

    

    <h4 class="name" id="EndBatchPDU"><span class="type-signature"></span>new EndBatchPDU<span class="signature">(sequence, connectionID, clusterVersion, batchID, count)</span><span class="type-signature"> &rarr; {Kinetic}</span></h4>

    











    <h5>Parameters:</h5>
    

<table class="params">
    <thead>
    <tr>
        
        <th>Name</th>
        

        <th>Type</th>

        

        

        <th class="last">Description</th>
    </tr>
    </thead>

    <tbody>
    

        <tr>
            
                <td class="name"><code>sequence</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">monotonically increasing number for each
                               request in a TCP connection</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>connectionID</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">the connection ID received from the
                               InitPDU</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>clusterVersion</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">The version number of this cluster
                                 definition</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>batchID</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">the ID of the batch</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>count</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">number of operations in the batch</td>
        </tr>

    
    </tbody>
</table>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    

    
    <dt class="tag-source">Source:</dt>
    <dd class="tag-source"><ul class="dummy"><li>
        <a href="kinetic.js.html">kinetic.js</a>, <a href="kinetic.js.html#line1547">line 1547</a>
    </li></ul></dd>
    

    

    

    
</dl>













<h5>Returns:</h5>

        
<div class="param-desc">
    - message structure following the kinetic protocol
</div>



<dl>
    <dt>
        Type
    </dt>
    <dd>
        
<span class="param-type">Kinetic</span>


    </dd>
</dl>

    



    
    </div>

    

    

    

     

    

    

    

    

    
</article>

</section>




</div>

<nav>
    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="DeletePDU.html">DeletePDU</a></li><li><a href="DeleteResponsePDU.html">DeleteResponsePDU</a></li><li><a href="EndBatchPDU.html">EndBatchPDU</a></li><li><a href="EndBatchResponsePDU.html">EndBatchResponsePDU</a></li><li><a href="FirmwareDownloadPDU.html">FirmwareDownloadPDU</a></li><li><a href="FlushPDU.html">FlushPDU</a></li><li><a href="FlushResponsePDU.html">FlushResponsePDU</a></li><li><a href="GetKeyRange.html">GetKeyRange</a></li><li><a href="GetKeyRangeResponsePDU.html">GetKeyRangeResponsePDU</a></li><li><a href="GetLogPDU.html">GetLogPDU</a></li><li><a href="GetLogResponsePDU.html">GetLogResponsePDU</a></li><li><a href="GetNextPDU.html">GetNextPDU</a></li><li><a href="GetNextReponsePDU.html">GetNextReponsePDU</a></li><li><a href="GetPDU.html">GetPDU</a></li><li><a href="GetPreviousPDU.html">GetPreviousPDU</a></li><li><a href="GetPreviousResponsePDU.html">GetPreviousResponsePDU</a></li><li><a href="GetResponsePDU.html">GetResponsePDU</a></li><li><a href="GetVersionPDU.html">GetVersionPDU</a></li><li><a href="GetVersionResponsePDU.html">GetVersionResponsePDU</a></li><li><a href="InitPDU.html">InitPDU</a></li><li><a href="NoOpPDU.html">NoOpPDU</a></li><li><a href="NoOpResponsePDU.html">NoOpResponsePDU</a></li><li><a href="PDU.html">PDU</a></li><li><a href="PutPDU.html">PutPDU</a></li><li><a href="PutResponsePDU.html">PutResponsePDU</a></li><li><a href="SetClusterVersionPDU.html">SetClusterVersionPDU</a></li><li><a href="SetupResponsePDU.html">SetupResponsePDU</a></li><li><a href="StartBatchPDU.html">StartBatchPDU</a></li><li><a href="StartBatchResponsePDU.html">StartBatchResponsePDU</a></li></ul><h3>Global</h3><ul><li><a href="global.html#getErrorName">getErrorName</a></li><li><a href="global.html#getKeyByValue">getKeyByValue</a></li><li><a href="global.html#getLogType">getLogType</a></li><li><a href="global.html#getOpName">getOpName</a></li><li><a href="global.html#getVersion">getVersion</a></li><li><a href="global.html#propError">propError</a></li></ul>
</nav>

<br class="clear">

<footer>
    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Nov 24 2016 15:15:53 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
 No newline at end of file
+322 −0

File added.

Preview size limit exceeded, changes collapsed.

+277 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>JSDoc: Class: FirmwareDownloadPDU</title>

    <script src="scripts/prettify/prettify.js"> </script>
    <script src="scripts/prettify/lang-css.js"> </script>
    <!--[if lt IE 9]>
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

    <h1 class="page-title">Class: FirmwareDownloadPDU</h1>

    




<section>

<header>
    
        <h2>FirmwareDownloadPDU</h2>
        
    
</header>

<article>
    <div class="container-overview">
    
        

    

    <h4 class="name" id="FirmwareDownloadPDU"><span class="type-signature"></span>new FirmwareDownloadPDU<span class="signature">(sequence, connectionID, clusterVersion)</span><span class="type-signature"> &rarr; {Kinetic}</span></h4>

    











    <h5>Parameters:</h5>
    

<table class="params">
    <thead>
    <tr>
        
        <th>Name</th>
        

        <th>Type</th>

        

        

        <th class="last">Description</th>
    </tr>
    </thead>

    <tbody>
    

        <tr>
            
                <td class="name"><code>sequence</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">monotonically increasing number for each
                               request in a TCP connection.</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>connectionID</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">the connectionID received from the InitPDU</td>
        </tr>

    

        <tr>
            
                <td class="name"><code>clusterVersion</code></td>
            

            <td class="type">
            
                
<span class="param-type">number</span>


            
            </td>

            

            

            <td class="description last">The old version number of this cluster
                                    definition</td>
        </tr>

    
    </tbody>
</table>






<dl class="details">

    

    

    

    

    

    

    

    

    

    

    

    

    
    <dt class="tag-source">Source:</dt>
    <dd class="tag-source"><ul class="dummy"><li>
        <a href="kinetic.js.html">kinetic.js</a>, <a href="kinetic.js.html#line773">line 773</a>
    </li></ul></dd>
    

    

    

    
</dl>













<h5>Returns:</h5>

        
<div class="param-desc">
    - message structure following the kinetic protocol
</div>



<dl>
    <dt>
        Type
    </dt>
    <dd>
        
<span class="param-type">Kinetic</span>


    </dd>
</dl>

    



    
    </div>

    

    

    

     

    

    

    

    

    
</article>

</section>




</div>

<nav>
    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="DeletePDU.html">DeletePDU</a></li><li><a href="DeleteResponsePDU.html">DeleteResponsePDU</a></li><li><a href="EndBatchPDU.html">EndBatchPDU</a></li><li><a href="EndBatchResponsePDU.html">EndBatchResponsePDU</a></li><li><a href="FirmwareDownloadPDU.html">FirmwareDownloadPDU</a></li><li><a href="FlushPDU.html">FlushPDU</a></li><li><a href="FlushResponsePDU.html">FlushResponsePDU</a></li><li><a href="GetKeyRange.html">GetKeyRange</a></li><li><a href="GetKeyRangeResponsePDU.html">GetKeyRangeResponsePDU</a></li><li><a href="GetLogPDU.html">GetLogPDU</a></li><li><a href="GetLogResponsePDU.html">GetLogResponsePDU</a></li><li><a href="GetNextPDU.html">GetNextPDU</a></li><li><a href="GetNextReponsePDU.html">GetNextReponsePDU</a></li><li><a href="GetPDU.html">GetPDU</a></li><li><a href="GetPreviousPDU.html">GetPreviousPDU</a></li><li><a href="GetPreviousResponsePDU.html">GetPreviousResponsePDU</a></li><li><a href="GetResponsePDU.html">GetResponsePDU</a></li><li><a href="GetVersionPDU.html">GetVersionPDU</a></li><li><a href="GetVersionResponsePDU.html">GetVersionResponsePDU</a></li><li><a href="InitPDU.html">InitPDU</a></li><li><a href="NoOpPDU.html">NoOpPDU</a></li><li><a href="NoOpResponsePDU.html">NoOpResponsePDU</a></li><li><a href="PDU.html">PDU</a></li><li><a href="PutPDU.html">PutPDU</a></li><li><a href="PutResponsePDU.html">PutResponsePDU</a></li><li><a href="SetClusterVersionPDU.html">SetClusterVersionPDU</a></li><li><a href="SetupResponsePDU.html">SetupResponsePDU</a></li><li><a href="StartBatchPDU.html">StartBatchPDU</a></li><li><a href="StartBatchResponsePDU.html">StartBatchResponsePDU</a></li></ul><h3>Global</h3><ul><li><a href="global.html#getErrorName">getErrorName</a></li><li><a href="global.html#getKeyByValue">getKeyByValue</a></li><li><a href="global.html#getLogType">getLogType</a></li><li><a href="global.html#getOpName">getOpName</a></li><li><a href="global.html#getVersion">getVersion</a></li><li><a href="global.html#propError">propError</a></li></ul>
</nav>

<br class="clear">

<footer>
    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Nov 24 2016 15:15:53 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
 No newline at end of file
Loading