/tags/jsdoc_toolkit-2.4.0/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl
http://jsdoc-toolkit.googlecode.com/ · Go Template · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · c1d28f8faddcf667bf4eba4e02882991 MD5 · raw file
- <div align="center">{+new Link().toFile("index.html").withText("Class Index")+}
- | {+new Link().toFile("files.html").withText("File Index")+}</div>
- <hr />
- <h2>Classes</h2>
- <ul class="classList">
- <for each="thisClass" in="data">
- <li>{!
- if (thisClass.alias == "_global_") {
- output += "<i>"+new Link().toClass(thisClass.alias)+"</i>";
- }
- else {
- output += new Link().toClass(thisClass.alias);
- }
- !}</li>
- </for>
- </ul>
- <hr />