module-demo_module.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Module: demo_module</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Module: demo_module</h1>
  17. <section>
  18. <header>
  19. </header>
  20. <article>
  21. <div class="container-overview">
  22. </div>
  23. <h3 class="subsection-title">Members</h3>
  24. <h4 class="name" id="~filters"><span class="type-signature">(inner, constant) </span>filters<span class="type-signature"></span></h4>
  25. <div class="description">
  26. The filters
  27. </div>
  28. <dl class="details">
  29. <dt class="tag-source">Source:</dt>
  30. <dd class="tag-source"><ul class="dummy"><li>
  31. <a href="demo_module_index.js.html">demo_module/index.js</a>, <a href="demo_module_index.js.html#line19">line 19</a>
  32. </li></ul></dd>
  33. </dl>
  34. <h4 class="name" id="~routes"><span class="type-signature">(inner, constant) </span>routes<span class="type-signature"></span></h4>
  35. <div class="description">
  36. The route
  37. </div>
  38. <dl class="details">
  39. <dt class="tag-source">Source:</dt>
  40. <dd class="tag-source"><ul class="dummy"><li>
  41. <a href="demo_module_index.js.html">demo_module/index.js</a>, <a href="demo_module_index.js.html#line41">line 41</a>
  42. </li></ul></dd>
  43. </dl>
  44. <h4 class="name" id="~selectors"><span class="type-signature">(inner, constant) </span>selectors<span class="type-signature"></span></h4>
  45. <div class="description">
  46. The selectors
  47. </div>
  48. <dl class="details">
  49. <dt class="tag-source">Source:</dt>
  50. <dd class="tag-source"><ul class="dummy"><li>
  51. <a href="demo_module_index.js.html">demo_module/index.js</a>, <a href="demo_module_index.js.html#line24">line 24</a>
  52. </li></ul></dd>
  53. </dl>
  54. </article>
  55. </section>
  56. </div>
  57. <nav>
  58. <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-AutoMate.html">AutoMate</a></li><li><a href="module-demo_module.html">demo_module</a></li><li><a href="module-demo_module_components_index.html">demo_module/components/index</a></li><li><a href="module-demo_module_constants.html">demo_module/constants</a></li><li><a href="module-demo_module_initialData.html">demo_module/initialData</a></li><li><a href="module-demo_module_state.html">demo_module/state</a></li><li><a href="module-project.html">project</a></li><li><a href="module-project_components.html">project/components</a></li><li><a href="module-project_state.html">project/state</a></li><li><a href="module-registermap.html">registermap</a></li></ul>
  59. </nav>
  60. <br class="clear">
  61. <footer>
  62. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Mar 14 2017 18:34:23 GMT+0100 (W. Europe Standard Time)
  63. </footer>
  64. <script> prettyPrint(); </script>
  65. <script src="scripts/linenumber.js"> </script>
  66. </body>
  67. </html>