PageRenderTime 7ms CodeModel.GetById 3ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/version1.x/templates/sweet/index.tmpl

http://jsdoc-toolkit.googlecode.com/
Go Template | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | 7f5f1984286d4707508ea66b4b9c25fd MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset={+(JsDoc.opt.e||'utf-8')+}">
  6. <title>JsDoc</title>
  7. <link rel=stylesheet href="default.css" type="text/css" media=screen>
  8. <meta name="generator" content="JsDoc Toolkit 1.0">
  9. </head>
  10. <body>
  11. <div class="sectionHead">File Index</div>
  12. <ul>
  13. <for each="file" in="keys(data).sort()">
  14. <li style="margin-bottom: 16px;">
  15. <a href="{+file+}" target="main" class="fileHead">{+data[file].name+}</a>
  16. <ul>
  17. <for each="c" in="data[file].classes.sort()">
  18. <li><a href="{+file+}#{+c+}" target="main">{+c+}</a></li>
  19. </for>
  20. </ul>
  21. </li>
  22. </for>
  23. </ul>
  24. </body>
  25. </html>