MyApi.Child.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>MyApi.Child</title>
  7. <!--[if lt IE 9]>
  8. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. <link href="https://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet">
  11. <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  12. <link type="text/css" rel="stylesheet" href="css/prism.min.css">
  13. <link type="text/css" rel="stylesheet" href="css/template.min.css">
  14. <script type="text/javascript">
  15. window.TEMPLATE_OPTIONS = {"includeDate":true,"dateFormat":"Do MMM YYYY","systemName":"FooDoc","systemSummary":"A Bootstrap and Handlebars based template for JSDoc3.","systemLogo":"","systemColor":"","navMembers":[{"kind":"class","title":"Classes","summary":"All documented classes."},{"kind":"external","title":"Externals","summary":"All documented external members."},{"kind":"global","title":"Globals","summary":"All documented globals."},{"kind":"mixin","title":"Mixins","summary":"All documented mixins."},{"kind":"interface","title":"Interfaces","summary":"All documented interfaces."},{"kind":"module","title":"Modules","summary":"All documented modules."},{"kind":"namespace","title":"Namespaces","summary":"All documented namespaces."},{"kind":"tutorial","title":"Tutorials","summary":"All available tutorials."}],"footer":"","copyright":"FooDoc Copyright © 2016 The contributors to the JSDoc3 and FooDoc projects.","linenums":true,"collapseSymbols":true,"inverseNav":true,"inlineNav":false,"outputSourceFiles":true,"sourceRootPath":null,"disablePackagePath":true,"outputSourcePath":false,"showTableOfContents":true,"showAccessFilter":true,"analytics":null,"methodHeadingReturns":true,"sort":"linenum, longname, version, since","search":true,"favicon":null,"stylesheets":[],"scripts":[],"monospaceLinks":false,"cleverLinks":false};
  16. window.DOCLET_TOC_ENABLED = true;
  17. window.DOCLET_AFILTER_ENABLED = true;
  18. </script>
  19. </head>
  20. <body>
  21. <!-- start:navbar.hbs -->
  22. <header class="navbar navbar-default navbar-fixed-top navbar-inverse">
  23. <div class="container">
  24. <div class="navbar-header">
  25. <a class="navbar-brand" href="index.html">
  26. FooDoc
  27. </a>
  28. <!-- displayed on small devices -->
  29. <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. </div>
  35. <div class="navbar-collapse collapse" id="topNavigation">
  36. <ul class="nav navbar-nav">
  37. <li class="dropdown">
  38. <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Globals<b class="caret"></b></a>
  39. <ul class="dropdown-menu">
  40. <li><a href="global.html#SomeType">SomeType</a></li>
  41. </ul>
  42. </li>
  43. <li class="dropdown">
  44. <a href="list_class.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
  45. <ul class="dropdown-menu">
  46. <li><a href="CustomError.html">CustomError</a></li>
  47. <li><a href="GlobalClass.html">GlobalClass</a></li>
  48. <li><a href="MyApi.Child.html">MyApi.Child</a></li>
  49. <li><a href="MyApi.Class.html">MyApi.Class</a></li>
  50. </ul>
  51. </li>
  52. <li class="dropdown">
  53. <a href="list_namespace.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a>
  54. <ul class="dropdown-menu">
  55. <li><a href="MyApi.html">MyApi</a></li>
  56. <li><a href="MyApi.utils.html">MyApi.utils</a></li>
  57. </ul>
  58. </li>
  59. <li class="dropdown">
  60. <a href="list_tutorial.html" class="dropdown-toggle" data-toggle="dropdown">Tutorials<b class="caret"></b></a>
  61. <ul class="dropdown-menu">
  62. <li><a href="tutorial-brush-teeth.html">Brush Teeth</a></li>
  63. <li><a href="tutorial-drive-car.html">Drive Car</a></li>
  64. </ul>
  65. </li>
  66. </ul>
  67. <!-- start:lunr-search-navbar.hbs -->
  68. <form class="navbar-form navbar-right" role="search">
  69. <div class="input-group">
  70. <input type="text" class="form-control" placeholder="Search" id="lunr-search-input">
  71. <div class="input-group-btn">
  72. <button class="btn btn-default" id="lunr-search-submit">
  73. <i class="glyphicon glyphicon-search"></i>
  74. </button>
  75. </div>
  76. </div>
  77. </form>
  78. <!-- start:lunr-search-navbar.hbs --> </div>
  79. </div>
  80. </header>
  81. <!-- end:navbar.hbs --> <div class="page-header">
  82. <div class="container">
  83. <span class="kind">class</span>
  84. <h1><span class="ancestors"><a href="MyApi.html">MyApi</a>.</span><span class="name">Child</span></h1>
  85. <div class="summary"><p>This is the summary of the MyApi child class, test <code>markdown</code>.</p></div> </div>
  86. </div>
  87. <div class="container content">
  88. <div class="row">
  89. <div class="col-md-9 main-content">
  90. <ol class="breadcrumb">
  91. <li><a href="index.html">Home</a></li>
  92. <li><a href="list_class.html">Classes</a></li>
  93. <li class="active"><a href="MyApi.html">MyApi</a>.Child</li>
  94. </ol>
  95. <div class="access-filter">
  96. <label class="checkbox-inline">
  97. <input class="toggle-inherited" type="checkbox" value="" checked>
  98. Inherited
  99. </label>
  100. <label class="checkbox-inline">
  101. <input class="toggle-public" type="checkbox" value="" checked>
  102. Public
  103. </label>
  104. <label class="checkbox-inline">
  105. <input class="toggle-protected" type="checkbox" value="" checked>
  106. Protected
  107. </label>
  108. <label class="checkbox-inline">
  109. <input class="toggle-private" type="checkbox" value="" checked>
  110. Private
  111. </label>
  112. </div>
  113. <section>
  114. <dl class="symbol primary">
  115. <dt class="symbol-title class collapsible-symbol expanded">
  116. <h2 class="class"><span class="signature-new">new&nbsp;</span><span class="name">Child</span><span class="signature-params">()</span><span class="signature-type"></span></h2>
  117. <div class="summary"><p>This is the summary of the MyApi child class, test <code>markdown</code>.</p></div></dt>
  118. <dd class="symbol-details class collapsible-symbol expanded" style="max-height: 9999px;">
  119. <div class="symbol-details-inner">
  120. <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  121. <!-- augments -->
  122. <div class="form-group">
  123. <label class="col-sm-3 control-label">Augments</label>
  124. <div class="col-sm-9">
  125. <p class="form-control-static"><a href="MyApi.Class.html">MyApi.Class</a></p>
  126. </div>
  127. </div>
  128. <!-- source -->
  129. <div class="form-group">
  130. <label class="col-sm-3 control-label">Source</label>
  131. <div class="col-sm-9">
  132. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-128">line 128</a></p>
  133. </div>
  134. </div>
  135. </form>
  136. </div> </div>
  137. </dd>
  138. </dl>
  139. <article class="secondary">
  140. <h3>Members</h3>
  141. <dl class="symbol">
  142. <hr/>
  143. <dt class="symbol-title member protected collapsible-symbol">
  144. <h4 id="protectedMember" class="member protected"><span class="signature-attribs">&lt;protected> </span><span class="name">protectedMember</span><span class="signature-type"> :string</span></h4>
  145. <div class="summary"><p>I'm a protected member of the class.</p></div></dt>
  146. <dd class="symbol-details member protected collapsible-symbol">
  147. <div class="symbol-details-inner">
  148. <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  149. <!-- type -->
  150. <div class="form-group">
  151. <label class="col-sm-3 control-label">Type</label>
  152. <div class="col-sm-9">
  153. <div class="form-control-static type-names"><span class="param-type">string</span></div>
  154. </div>
  155. </div>
  156. <!-- defaultvalue -->
  157. <div class="form-group">
  158. <label class="col-sm-3 control-label">Default Value</label>
  159. <div class="col-sm-9">
  160. <p class="form-control-static">&quot;I&#x27;m a protected member.&quot;</p>
  161. </div>
  162. </div>
  163. <!-- overrides -->
  164. <div class="form-group">
  165. <label class="col-sm-3 control-label">Overrides</label>
  166. <div class="col-sm-9">
  167. <p class="form-control-static"><a href="MyApi.Class.html#protectedMember">MyApi.Class#protectedMember</a></p>
  168. </div>
  169. </div>
  170. <!-- source -->
  171. <div class="form-group">
  172. <label class="col-sm-3 control-label">Source</label>
  173. <div class="col-sm-9">
  174. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-135">line 135</a></p>
  175. </div>
  176. </div>
  177. </form>
  178. </div> </div>
  179. </dd>
  180. <hr/>
  181. <dt class="symbol-title member public inherited collapsible-symbol">
  182. <h4 id="publicMember" class="member public inherited"><span class="name">publicMember</span><span class="signature-type"> :string</span></h4>
  183. <div class="summary"><p>I'm a member of the class.</p></div></dt>
  184. <dd class="symbol-details member public inherited collapsible-symbol">
  185. <div class="symbol-details-inner">
  186. <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  187. <!-- type -->
  188. <div class="form-group">
  189. <label class="col-sm-3 control-label">Type</label>
  190. <div class="col-sm-9">
  191. <div class="form-control-static type-names"><span class="param-type">string</span></div>
  192. </div>
  193. </div>
  194. <!-- defaultvalue -->
  195. <div class="form-group">
  196. <label class="col-sm-3 control-label">Default Value</label>
  197. <div class="col-sm-9">
  198. <p class="form-control-static">&quot;I&#x27;m an instance member.&quot;</p>
  199. </div>
  200. </div>
  201. <!-- inherits -->
  202. <div class="form-group">
  203. <label class="col-sm-3 control-label">Inherited From</label>
  204. <div class="col-sm-9">
  205. <p class="form-control-static"><a href="MyApi.Class.html#publicMember">MyApi.Class#publicMember</a></p>
  206. </div>
  207. </div>
  208. <!-- source -->
  209. <div class="form-group">
  210. <label class="col-sm-3 control-label">Source</label>
  211. <div class="col-sm-9">
  212. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-44">line 44</a></p>
  213. </div>
  214. </div>
  215. </form>
  216. </div> </div>
  217. </dd>
  218. <hr/>
  219. <dt class="symbol-title member private inherited collapsible-symbol">
  220. <h4 id="_privateMember" class="member private inherited"><span class="signature-attribs">&lt;private> </span><span class="name">_privateMember</span><span class="signature-type"> :string</span></h4>
  221. <div class="summary"><p>I'm a private member of the class.</p></div></dt>
  222. <dd class="symbol-details member private inherited collapsible-symbol">
  223. <div class="symbol-details-inner">
  224. <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  225. <!-- type -->
  226. <div class="form-group">
  227. <label class="col-sm-3 control-label">Type</label>
  228. <div class="col-sm-9">
  229. <div class="form-control-static type-names"><span class="param-type">string</span></div>
  230. </div>
  231. </div>
  232. <!-- defaultvalue -->
  233. <div class="form-group">
  234. <label class="col-sm-3 control-label">Default Value</label>
  235. <div class="col-sm-9">
  236. <p class="form-control-static">&quot;I&#x27;m a private member.&quot;</p>
  237. </div>
  238. </div>
  239. <!-- inherits -->
  240. <div class="form-group">
  241. <label class="col-sm-3 control-label">Inherited From</label>
  242. <div class="col-sm-9">
  243. <p class="form-control-static"><a href="MyApi.Class.html#_privateMember">MyApi.Class#_privateMember</a></p>
  244. </div>
  245. </div>
  246. <!-- source -->
  247. <div class="form-group">
  248. <label class="col-sm-3 control-label">Source</label>
  249. <div class="col-sm-9">
  250. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-61">line 61</a></p>
  251. </div>
  252. </div>
  253. </form>
  254. </div> </div>
  255. </dd>
  256. </dl>
  257. <h3>Methods</h3>
  258. <dl class="symbol">
  259. <hr/>
  260. <dt class="symbol-title function public collapsible-symbol">
  261. <h4 id="anotherMethod" class="function public"><span class="name">anotherMethod</span><span class="signature-params">( <span class="signature-param">value</span>, <span class="signature-param">obj</span> [,&nbsp;<span class="signature-param">...objN</span>&nbsp;]&nbsp;)</span><span class="signature-type"> &rarr;&nbsp;{Object}</span></h4>
  262. <div class="summary"><p>This is a another test instance method of the MyApi child class, test <code>markdown</code>.</p></div></dt>
  263. <dd class="symbol-details function public collapsible-symbol">
  264. <div class="symbol-details-inner">
  265. <div class="callout callout-primary"><h5>Description</h5> <div class="description"><p>This method overrides the <a href="MyApi.Class.html#anotherMethod">MyApi.Class#anotherMethod</a> and should remove the exception documentation as it no longer applies. The event should also be updated to reflect it is raised by this class and not the inherited one.</p></div>
  266. </div> <div class="callout callout-info">
  267. <h5>Parameters</h5>
  268. <table class="params table table-striped">
  269. <thead>
  270. <tr>
  271. <th>Name</th>
  272. <th>Type</th>
  273. <th>Attributes</th>
  274. <th class="last">Description</th>
  275. </tr>
  276. </thead>
  277. <tbody>
  278. <tr>
  279. <td><code>value</code></td>
  280. <td><span class="param-type">*</span></td>
  281. <td class="attributes"></td>
  282. <td class="last">
  283. <p>Any value, test <code>markdown</code></p>
  284. </td>
  285. </tr>
  286. <tr>
  287. <td><code>obj</code></td>
  288. <td><span class="param-type">Object</span></td>
  289. <td class="attributes"></td>
  290. <td class="last">
  291. <p>The first object of what could be many, test <code>markdown</code></p>
  292. </td>
  293. </tr>
  294. <tr>
  295. <td><code>objN</code></td>
  296. <td><span class="param-type">Object</span></td>
  297. <td class="attributes">&lt;optional&gt;<br/>&lt;repeatable&gt;<br/></td>
  298. <td class="last">
  299. <p>Any additional objects, test <code>markdown</code></p>
  300. </td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. </div>
  305. <div class="callout callout-success"><h5>Returns</h5> <form class="form-horizontal returns">
  306. <div class="form-group">
  307. <label class="col-sm-3 control-label returns-type"><span class="param-type">Object</span></label>
  308. <div class="col-sm-9">
  309. <div class="form-control-static returns-description"><p>The combination of all the objects, test <code>markdown</code>.</p></div>
  310. </div>
  311. </div>
  312. </form>
  313. </div> <div class="callout callout-warning"><h5>Fires</h5> <form class="form-horizontal fires">
  314. <div class="form-group">
  315. <label class="col-sm-3 control-label fires-event"><a href="MyApi.Child.html#~event:another.my-api">"another.my-api"</a></label>
  316. <div class="col-sm-9">
  317. <div class="form-control-static fires-summary"><p>This is an event raised by this class, it's documentation appears on this page as the event is specified as an inner member the class by using the tilde (~) scope.</p></div>
  318. </div>
  319. </div>
  320. </form>
  321. </div> <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  322. <!-- overrides -->
  323. <div class="form-group">
  324. <label class="col-sm-3 control-label">Overrides</label>
  325. <div class="col-sm-9">
  326. <p class="form-control-static"><a href="MyApi.Class.html#anotherMethod">MyApi.Class#anotherMethod</a></p>
  327. </div>
  328. </div>
  329. <!-- source -->
  330. <div class="form-group">
  331. <label class="col-sm-3 control-label">Source</label>
  332. <div class="col-sm-9">
  333. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-146">line 146</a></p>
  334. </div>
  335. </div>
  336. </form>
  337. </div> </div>
  338. </dd>
  339. <hr/>
  340. <dt class="symbol-title function public inherited collapsible-symbol">
  341. <h4 id="testMethod" class="function public inherited"><span class="name">testMethod</span><span class="signature-params">( <span class="signature-param">value</span>, <span class="signature-param">obj</span> [,&nbsp;<span class="signature-param">...objN</span>&nbsp;]&nbsp;)</span><span class="signature-type"> &rarr;&nbsp;{Object}</span></h4>
  342. <div class="summary"><p>This is a test instance method of the MyApi test class, test <code>markdown</code>.</p></div></dt>
  343. <dd class="symbol-details function public inherited collapsible-symbol">
  344. <div class="symbol-details-inner">
  345. <div class="callout callout-primary"><h5>Description</h5> <div class="description"><p>This method is not overridden in the <a href="MyApi.Child.html">MyApi.Child</a> class but is simply inherited.</p></div>
  346. </div> <div class="callout callout-info">
  347. <h5>Parameters</h5>
  348. <table class="params table table-striped">
  349. <thead>
  350. <tr>
  351. <th>Name</th>
  352. <th>Type</th>
  353. <th>Attributes</th>
  354. <th class="last">Description</th>
  355. </tr>
  356. </thead>
  357. <tbody>
  358. <tr>
  359. <td><code>value</code></td>
  360. <td><span class="param-type">*</span></td>
  361. <td class="attributes"></td>
  362. <td class="last">
  363. <p>Any value, test <code>markdown</code></p>
  364. </td>
  365. </tr>
  366. <tr>
  367. <td><code>obj</code></td>
  368. <td><span class="param-type">Object</span></td>
  369. <td class="attributes"></td>
  370. <td class="last">
  371. <p>The first object of what could be many, test <code>markdown</code></p>
  372. </td>
  373. </tr>
  374. <tr>
  375. <td><code>objN</code></td>
  376. <td><span class="param-type">Object</span></td>
  377. <td class="attributes">&lt;optional&gt;<br/>&lt;repeatable&gt;<br/></td>
  378. <td class="last">
  379. <p>Any additional objects, test <code>markdown</code></p>
  380. </td>
  381. </tr>
  382. </tbody>
  383. </table>
  384. </div>
  385. <div class="callout callout-success"><h5>Returns</h5> <form class="form-horizontal returns">
  386. <div class="form-group">
  387. <label class="col-sm-3 control-label returns-type"><span class="param-type">Object</span></label>
  388. <div class="col-sm-9">
  389. <div class="form-control-static returns-description"><p>The combination of all the objects, test <code>markdown</code>.</p></div>
  390. </div>
  391. </div>
  392. </form>
  393. </div> <div class="callout callout-warning"><h5>Fires</h5> <form class="form-horizontal fires">
  394. <div class="form-group">
  395. <label class="col-sm-3 control-label fires-event"><a href="MyApi.Class.html#~event:test.my-api">MyApi.Class~"test.my-api"</a></label>
  396. <div class="col-sm-9">
  397. <div class="form-control-static fires-summary"><p>This is an event raised by this class, it's documentation appears on this page as the event is specified as an inner member the class by using the tilde (~) scope.</p></div>
  398. </div>
  399. </div>
  400. </form>
  401. </div> <div class="callout callout-danger"><h5>Throws</h5> <form class="form-horizontal exceptions">
  402. <div class="form-group">
  403. <label class="col-sm-3 control-label exceptions-type"><span class="param-type"><a href="CustomError.html">CustomError</a></span></label>
  404. <div class="col-sm-9">
  405. <div class="form-control-static exceptions-description"><p>This is thrown when some condition fails within this method.</p></div>
  406. </div>
  407. </div>
  408. </form>
  409. </div> <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  410. <!-- inherits -->
  411. <div class="form-group">
  412. <label class="col-sm-3 control-label">Inherited From</label>
  413. <div class="col-sm-9">
  414. <p class="form-control-static"><a href="MyApi.Class.html#testMethod">MyApi.Class#testMethod</a></p>
  415. </div>
  416. </div>
  417. <!-- source -->
  418. <div class="form-group">
  419. <label class="col-sm-3 control-label">Source</label>
  420. <div class="col-sm-9">
  421. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-72">line 72</a></p>
  422. </div>
  423. </div>
  424. </form>
  425. </div> </div>
  426. </dd>
  427. </dl>
  428. <h3>Events</h3>
  429. <dl class="symbol">
  430. <hr/>
  431. <dt class="symbol-title event public collapsible-symbol">
  432. <h4 id="~event:another.my-api" class="event public"><span class="name">"another.my-api"</span></h4>
  433. <div class="summary"><p>This is an event raised by this class, it's documentation appears on this page as the event is specified as an inner member the class by using the tilde (~) scope.</p></div></dt>
  434. <dd class="symbol-details event public collapsible-symbol">
  435. <div class="symbol-details-inner">
  436. <div class="callout callout-info">
  437. <h5>Parameters</h5>
  438. <table class="params table table-striped">
  439. <thead>
  440. <tr>
  441. <th>Name</th>
  442. <th>Type</th>
  443. <th class="last">Description</th>
  444. </tr>
  445. </thead>
  446. <tbody>
  447. <tr>
  448. <td><code>e</code></td>
  449. <td><span class="param-type">Event</span></td>
  450. <td class="last">
  451. <p>The event object.</p>
  452. </td>
  453. </tr>
  454. <tr>
  455. <td><code>custom</code></td>
  456. <td><span class="param-type">*</span></td>
  457. <td class="last">
  458. <p>Some custom parameter passed to any listeners.</p>
  459. </td>
  460. </tr>
  461. </tbody>
  462. </table>
  463. </div>
  464. <div class="callout callout-default"><h5>Details</h5> <form class="form-horizontal details">
  465. <!-- source -->
  466. <div class="form-group">
  467. <label class="col-sm-3 control-label">Source</label>
  468. <div class="col-sm-9">
  469. <p class="form-control-static"><a href="MyApi.js.html">MyApi.js</a>, <a href="MyApi.js.html#line-158">line 158</a></p>
  470. </div>
  471. </div>
  472. </form>
  473. </div> </div>
  474. </dd>
  475. </dl>
  476. </article>
  477. </section>
  478. </div>
  479. <div class="col-md-3 side-content">
  480. <nav class="toc hidden-print hidden-sm hidden-xs"></nav>
  481. </div>
  482. </div>
  483. </div>
  484. <footer>
  485. <div class="copyright">FooDoc Copyright © 2016 The contributors to the JSDoc3 and FooDoc projects.</div>
  486. <div class="generated-by">Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on 1st May 2018 using the <a href="https://github.com/steveush/foodoc">FooDoc template</a>.</div>
  487. </footer>
  488. <script src="js/jquery.min.js"></script>
  489. <script src="js/bootstrap.min.js"></script>
  490. <script src="js/clipboard.min.js"></script>
  491. <script src="js/prism.min.js"></script>
  492. <script src="js/template.min.js"></script>
  493. <!-- start:lunr-search-modal.hbs -->
  494. <div class="modal fade" id="lunr-search-modal">
  495. <div class="modal-dialog">
  496. <div class="modal-content">
  497. <div class="modal-header">
  498. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  499. <h4 class="modal-title">Search results</h4>
  500. </div>
  501. <div class="modal-body" id="lunr-search-body">
  502. </div>
  503. <div class="modal-footer" id="lunr-search-footer">
  504. <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
  505. </div>
  506. </div><!-- /.modal-content -->
  507. </div><!-- /.modal-dialog -->
  508. </div>
  509. <!-- end:lunr-search-modal.hbs --> <script src="js/lunr.min.js"></script>
  510. </body>
  511. </html>