Changes between Version 17 and Version 18 of NaturalDocs
- Timestamp:
- 07/09/07 13:39:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NaturalDocs
v17 v18 17 17 {{{ 18 18 /** 19 * Start of comment block19 * Paragraphs start here. 20 20 * 21 * End of comment block 21 * Space between paragraphs. Lines wrap at 80 characters. Long paragraphs are 22 * indented with four extra spaces. Lorem ipsum dolor sit amet, 23 * consectetuer adipiscing elit. Phasellus ornare. Integer luctus lectus 24 * sed est. Suspendisse potenti. Aliquam nec mi. Sed nec sapien. 22 25 */ 23 24 26 }}} 25 27 … … 36 38 * Property: name 37 39 * {type} Short Description. And the rest of the Full Description 38 * is here for your reading convenience.40 * is here for your reading convenience. 39 41 */ 40 42 name: value … … 56 58 * Parameters: 57 59 * param1 - {String} Describe param1 here so that everyone will know 58 * just exactly what to pass.60 * just exactly what to pass. 59 61 * param2 - {<OpenLayers.Map>} Describe param2 here so that those same 60 * folks from above won't get confused.62 * folks from above won't get confused. 61 63 */ 62 64 functionName: function(param1, param2) { … … 74 76 /** 75 77 * Function: functionName 76 * Describe the function here 78 * Describe the function here. 77 79 * 78 80 * Parameters: … … 82 84 * Return: 83 85 * {Number} Describe the return here because how is anyone 84 * supposed to know what a function does if it does not85 * have a clearly documented return function?86 * supposed to know what a function does if it does not 87 * have a clearly documented return function? 86 88 */ 87 89 functionName: function(param1, param2) { … … 137 139 * name - {String} A name for the layer 138 140 * url - {String} Base url for the WMS 139 * (e.g. http://wms.jpl.nasa.gov/wms.cgi)141 * (e.g. http://wms.jpl.nasa.gov/wms.cgi) 140 142 * params - {Object} An object with key/value pairs representing the 141 * GetMap query string parameters and parameter values.143 * GetMap query string parameters and parameter values. 142 144 * options - {Ojbect} Hashtable of extra options to tag onto the layer 143 145 */ … … 163 165 * Property: myPrivateProperty 164 166 * {String} Short Description about a private property. And the 165 * Full Description afterwards. Para variar.167 * Full Description afterwards. Para variar. 166 168 */ 167 169 myPrivateProperty: "some private value" … … 176 178 * APIProperty: myPublicProperty 177 179 * {String} Short Description about a public property. And the 178 * Full Description. Musico en vivo cada noche.180 * Full Description. Musico en vivo cada noche. 179 181 */ 180 182 myPublicProperty: "some public value"
