Skip to content

Commit 9c4d802

Browse files
committed
Removed code from bootstrap template.
1 parent b1bf499 commit 9c4d802

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

lib/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ module.exports.parseData = function (data, file) {
148148
method.description = data_method.description.summary;
149149
method.body = data_method.description.body;
150150

151-
method.code = data_method.code;
152-
153151
method.tags = {};
154152
method.tags.example = [];
155153

templates/bootstrap.hbs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,6 @@ pre .hljs {
358358

359359
{{/if}}
360360

361-
{{#if code}}
362-
363-
<section class="code">
364-
365-
<h3>Code</h3>
366-
367-
<pre><code class="hljs javascript">{{{highlightBlock code}}}</code></pre>
368-
369-
</section>
370-
371-
{{/if}}
372-
373361
<section class="returns">
374362

375363
<h3>Returns</h3>

0 commit comments

Comments
 (0)