* Add summary.txt for use with jsdoc --project-summary option.
This commit is contained in:
parent
3b4a8e8a45
commit
3016b4e32e
1 changed files with 17 additions and 0 deletions
17
summary.txt
Normal file
17
summary.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
<p>HelmaLib is organized into two groups of modules:</p>
|
||||
|
||||
<ul>
|
||||
<li>modules/core which contains extensions to core JavaScript types such as
|
||||
Object, Array, or Date.</li>
|
||||
<li>modules/helma which provides new functionality to JavaScript, usually by
|
||||
wrapping a Java library.</li>
|
||||
</ul>
|
||||
|
||||
<p>To use a HelmaLib module in your Helma application, you need to add it to the
|
||||
app's repositories. The simplest way to do so is by using the app.addRepository()
|
||||
function:</p>
|
||||
|
||||
<pre> app.addRepository("modules/helma/Search.js");</pre>
|
||||
|
||||
<p>If you are looking for more Helma libraries, be sure to check out the
|
||||
<a href="https://opensvn.csie.org/traccgi/jala/wiki">Jala project</a>!</p>
|
Loading…
Add table
Reference in a new issue