Skip to content

Commit

Permalink
docs: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Sep 24, 2023
1 parent 36a9baf commit 6d1627e
Show file tree
Hide file tree
Showing 18 changed files with 183 additions and 79 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Topics</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-23 16:15:02 </i>
<i style="float:right;">Last updated 2023-09-24 10:02:27 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ <h3>Usage:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.autocmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ <h3>Usage:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ <h3>Usage:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.handlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,19 @@ <h3>See also:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.highlight.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,19 @@ <h3>See also:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,19 @@ <h3>Parameters:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.options.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,19 @@ <h3>Fields:</h3>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
13 changes: 13 additions & 0 deletions docs/modules/lua.url-open.modules.patterns.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,19 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
let parent = link.parentElement;
let name = link.getAttribute("name");
if (parent) parent.setAttribute("id", name);
});
// remove nowrap attribute from td tag
let tds = document.querySelectorAll("td");
tds.forEach(function(td) {
td.removeAttribute("nowrap");
});
</script>
<script>
let links = document.querySelectorAll("a[name]");
links.forEach(function(link) {
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-23 16:15:02 </i>
<i style="float:right;">Last updated 2023-09-24 10:02:27 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.autocmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-23 16:15:02 </i>
<i style="float:right;">Last updated 2023-09-24 10:02:27 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-23 16:15:02 </i>
<i style="float:right;">Last updated 2023-09-24 10:02:27 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
Loading

0 comments on commit 6d1627e

Please sign in to comment.