PageRenderTime 25ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/jsdoc_toolkit-1.3.3/templates/sunny/index.tmpl

http://jsdoc-toolkit.googlecode.com/
Go Template | 41 lines | 41 code | 0 blank | 0 comment | 0 complexity | a29c552d48d451be344039140622a043 MD5 | raw file
  1. {!
  2. function byName(a, b) {
  3. if (a.name != undefined && b.name != undefined) {
  4. a = a.name.toLowerCase();
  5. b = b.name.toLowerCase();
  6. if (a < b) return -1;
  7. if (a > b) return 1;
  8. return 0;
  9. }
  10. }
  11. function keys(o) {
  12. var keys = [];
  13. for (var k in o) { keys.push(k); }
  14. return keys;
  15. }
  16. !}
  17. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  18. "http://www.w3.org/TR/html4/loose.dtd">
  19. <html>
  20. <head>
  21. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  22. <title>JsDoc</title>
  23. <link rel=stylesheet href="default.css" type="text/css" media=screen>
  24. <meta name="generator" content="JsDoc Toolkit 1.0">
  25. <style>
  26. body {
  27. font-size: 10pt;
  28. font-family: Helvetica, Arial, san-serif;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <b>All Classes</b>
  34. <ul>
  35. <li><a href="globals.html" target="main">GLOBALS</a></li>
  36. <for each="classname" in="keys(data).sort()">
  37. <li><a href="{+data[classname][0].docs+}" target="main">{+classname+}</a></li>
  38. </for>
  39. </ul>
  40. </body>
  41. </html>