summaryrefslogtreecommitdiffstats
path: root/o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl
blob: 13ccfe410ad55c41e8044ad1d39f59db0c1826e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
{+include("static/header.html")+}
<!-- end static/header.html -->

<div id="doxygen-ref">
<!-- Genreated by jsdoctoolkit 2.1.0 -->
<div class="navigation" id="top">
</div>
<div class="contents">
<h1>Module List</h1>
Here are the modules with brief descriptions:

<table>
  {! var allClasses = data.filter(function($){return $.isNamespace}).sort(makeSortby("alias")); !}
  <for each="thisClass" in="allClasses">
  <tr><td class="indexkey"><a class="el" href="{+getLinkToClassByAlias(thisClass.alias)+}">{+thisClass.alias+}</a></td><td class="indexvalue"></td></tr>
  </for>
</table>

</div><!-- end contents -->
</div><!-- end doxygen-ref -->
<!-- ============================== footer ================================= -->
<!-- begin static/footer.html -->
{+include("static/footer.html")+}
<!-- end static/footer.html -->