423 </tr><tr> |
423 </tr><tr> |
424 <td><a href="#Module.addClass">addClass</a></td> |
424 <td><a href="#Module.addClass">addClass</a></td> |
425 <td>Public method to add information about a class.</td> |
425 <td>Public method to add information about a class.</td> |
426 </tr><tr> |
426 </tr><tr> |
427 <td><a href="#Module.addDescription">addDescription</a></td> |
427 <td><a href="#Module.addDescription">addDescription</a></td> |
428 <td>Protected method to store the modules docstring.</td> |
428 <td>Public method to store the modules docstring.</td> |
429 </tr><tr> |
429 </tr><tr> |
430 <td><a href="#Module.addFunction">addFunction</a></td> |
430 <td><a href="#Module.addFunction">addFunction</a></td> |
431 <td>Public method to add information about a function.</td> |
431 <td>Public method to add information about a function.</td> |
432 </tr><tr> |
432 </tr><tr> |
433 <td><a href="#Module.addGlobal">addGlobal</a></td> |
433 <td><a href="#Module.addGlobal">addGlobal</a></td> |
525 </dd> |
525 </dd> |
526 </dl><a NAME="Module.addDescription" ID="Module.addDescription"></a> |
526 </dl><a NAME="Module.addDescription" ID="Module.addDescription"></a> |
527 <h4>Module.addDescription</h4> |
527 <h4>Module.addDescription</h4> |
528 <b>addDescription</b>(<i>description</i>) |
528 <b>addDescription</b>(<i>description</i>) |
529 <p> |
529 <p> |
530 Protected method to store the modules docstring. |
530 Public method to store the modules docstring. |
531 </p><dl> |
531 </p><dl> |
532 <dt><i>description</i></dt> |
532 <dt><i>description</i></dt> |
533 <dd> |
533 <dd> |
534 the docstring to be stored (string) |
534 the docstring to be stored (string) |
535 </dd> |
535 </dd> |