2
0

Template.html 710 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:Geometry] &rarr;
  12. <h1>[name]</h1>
  13. <p class="desc">todo</p>
  14. <h2>Example</h2>
  15. <code>todo</code>
  16. <h2>Constructor</h2>
  17. <h3>[name]([param:Number todo])</h3>
  18. <p></p>
  19. <h2>Properties</h2>
  20. <h3>[property:Number todo]</h3>
  21. <p>
  22. todo
  23. </p>
  24. <h2>Methods</h2>
  25. <h3>[method:null todo]()</h3>
  26. <p>todo</p>
  27. <p>todo</p>
  28. <h2>Source</h2>
  29. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  30. </body>
  31. </html>