thirdparty/jsdoctoolkit/app/test/overview.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /**
       
     2  * @overview This "library" contains a 
       
     3  *               lot of classes and functions.
       
     4  * @example
       
     5  <pre>
       
     6 	var x (x < 1);
       
     7 	alert("This 'is' \"code\"");
       
     8  </pre>
       
     9  * @name My Cool Library
       
    10  * @author 	Joe Smith jsmith@company.com
       
    11  * @version 	0.1 
       
    12  */
       
    13  
       
    14 /** 
       
    15  * Gets the current foo 
       
    16  * @param {String} fooId	The unique identifier for the foo.
       
    17  * @return {Object}	Returns the current foo.
       
    18  */
       
    19 function getFoo(fooID){
       
    20 }