PageRenderTime 44ms CodeModel.GetById 23ms RepoModel.GetById 2ms app.codeStats 1ms

/tags/jsdoc_toolkit-2.2.1/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
  1. <div align="center">{+new Link().toFile("index.html").withText("Class Index")+}
  2. | {+new Link().toFile("files.html").withText("File Index")+}</div>
  3. <hr />
  4. <h2>Classes</h2>
  5. <ul class="classList">
  6. <for each="thisClass" in="data">
  7. <li>{!
  8. if (thisClass.alias == "_global_") {
  9. output += "<i>"+new Link().toClass(thisClass.alias)+"</i>";
  10. }
  11. else {
  12. output += new Link().toClass(thisClass.alias);
  13. }
  14. !}</li>
  15. </for>
  16. </ul>
  17. <hr />