Skip to content

Commit

Permalink
fix generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Sep 14, 2022
1 parent c85a882 commit 8aa844e
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 478 deletions.
13 changes: 11 additions & 2 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10035,7 +10035,7 @@ <h3 class='fl m0' id='masked'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>splice(start, deleteCount, inserted, removeDirection)</span>
<span class='code strong strong truncate'>splice(start, deleteCount, inserted, removeDirection, flags)</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
Expand All @@ -10044,7 +10044,7 @@ <h3 class='fl m0' id='masked'>



<div class='pre p1 fill-light mt0'>splice(start: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, deleteCount: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, inserted: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, removeDirection: <a href="#direction">Direction</a>): <a href="#changedetails">ChangeDetails</a></div>
<div class='pre p1 fill-light mt0'>splice(start: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, deleteCount: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, inserted: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, removeDirection: <a href="#direction">Direction</a>, flags: <a href="#appendflags">AppendFlags</a>): <a href="#changedetails">ChangeDetails</a></div>



Expand Down Expand Up @@ -10091,6 +10091,15 @@ <h3 class='fl m0' id='masked'>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>flags</span> <code class='quiet'>(<a href="#appendflags">AppendFlags</a>
= <code>{input:true}</code>)</code>

</div>

</div>

</div>


Expand Down
255 changes: 30 additions & 225 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8aa844e

Please sign in to comment.