Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoons GitHub Bot authored and Spoons GitHub Bot committed Aug 7, 2024
1 parent 5cbfe7d commit 5ed2b53
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/AClock.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h5><a href="#hide">hide</a></h5>
</tr>
<tr>
<th>Source</th>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L116">Source/AClock.spoon/init.lua line 116</a></td>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L130">Source/AClock.spoon/init.lua line 130</a></td>
</tr>
</table>
</section>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h5><a href="#show">show</a></h5>
</tr>
<tr>
<th>Source</th>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L97">Source/AClock.spoon/init.lua line 97</a></td>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L111">Source/AClock.spoon/init.lua line 111</a></td>
</tr>
</table>
</section>
Expand Down Expand Up @@ -183,7 +183,7 @@ <h5><a href="#toggleShow">toggleShow</a></h5>
</tr>
<tr>
<th>Source</th>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L133">Source/AClock.spoon/init.lua line 133</a></td>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L147">Source/AClock.spoon/init.lua line 147</a></td>
</tr>
</table>
</section>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h5><a href="#toggleShowPersistent">toggleShowPersistent</a></h5>
</tr>
<tr>
<th>Source</th>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L154">Source/AClock.spoon/init.lua line 154</a></td>
<td><a href="https://github.com/Hammerspoon/Spoons/blob/master/Source/AClock.spoon/init.lua#L168">Source/AClock.spoon/init.lua line 168</a></td>
</tr>
</table>
</section>
Expand Down
16 changes: 8 additions & 8 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"doc": "Hide AClock.\n\nParameters:\n * None\n\nReturns:\n * The AClock object",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "116",
"lineno": "130",
"name": "hide",
"notes": [],
"parameters": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"doc": "Show AClock.\n\nParameters:\n * None\n\nReturns:\n * The AClock object",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "97",
"lineno": "111",
"name": "show",
"notes": [],
"parameters": [
Expand All @@ -70,7 +70,7 @@
"doc": "Show AClock for 4 seconds. If already showing, hide it.\n\nParameters:\n * None",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "133",
"lineno": "147",
"name": "toggleShow",
"notes": [],
"parameters": [
Expand All @@ -87,7 +87,7 @@
"doc": "Show AClock. If already showing, hide it.\n\nParameters:\n * None",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "154",
"lineno": "168",
"name": "toggleShowPersistent",
"notes": [],
"parameters": [
Expand All @@ -109,7 +109,7 @@
"doc": "Hide AClock.\n\nParameters:\n * None\n\nReturns:\n * The AClock object",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "116",
"lineno": "130",
"name": "hide",
"notes": [],
"parameters": [
Expand Down Expand Up @@ -147,7 +147,7 @@
"doc": "Show AClock.\n\nParameters:\n * None\n\nReturns:\n * The AClock object",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "97",
"lineno": "111",
"name": "show",
"notes": [],
"parameters": [
Expand All @@ -166,7 +166,7 @@
"doc": "Show AClock for 4 seconds. If already showing, hide it.\n\nParameters:\n * None",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "133",
"lineno": "147",
"name": "toggleShow",
"notes": [],
"parameters": [
Expand All @@ -183,7 +183,7 @@
"doc": "Show AClock. If already showing, hide it.\n\nParameters:\n * None",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "154",
"lineno": "168",
"name": "toggleShowPersistent",
"notes": [],
"parameters": [
Expand Down
16 changes: 8 additions & 8 deletions docs/templated_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doc_gfm": "<p>Hide AClock.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n<p>Returns:</p>\n<ul>\n<li>The AClock object</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "116",
"lineno": "130",
"name": "hide",
"notes": [],
"notes_gfm": "",
Expand Down Expand Up @@ -66,7 +66,7 @@
"doc_gfm": "<p>Show AClock.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n<p>Returns:</p>\n<ul>\n<li>The AClock object</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "97",
"lineno": "111",
"name": "show",
"notes": [],
"notes_gfm": "",
Expand All @@ -91,7 +91,7 @@
"doc_gfm": "<p>Show AClock for 4 seconds. If already showing, hide it.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "133",
"lineno": "147",
"name": "toggleShow",
"notes": [],
"notes_gfm": "",
Expand All @@ -114,7 +114,7 @@
"doc_gfm": "<p>Show AClock. If already showing, hide it.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "154",
"lineno": "168",
"name": "toggleShowPersistent",
"notes": [],
"notes_gfm": "",
Expand Down Expand Up @@ -144,7 +144,7 @@
"doc_gfm": "<p>Hide AClock.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n<p>Returns:</p>\n<ul>\n<li>The AClock object</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "116",
"lineno": "130",
"name": "hide",
"notes": [],
"notes_gfm": "",
Expand Down Expand Up @@ -194,7 +194,7 @@
"doc_gfm": "<p>Show AClock.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n<p>Returns:</p>\n<ul>\n<li>The AClock object</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "97",
"lineno": "111",
"name": "show",
"notes": [],
"notes_gfm": "",
Expand All @@ -219,7 +219,7 @@
"doc_gfm": "<p>Show AClock for 4 seconds. If already showing, hide it.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "133",
"lineno": "147",
"name": "toggleShow",
"notes": [],
"notes_gfm": "",
Expand All @@ -242,7 +242,7 @@
"doc_gfm": "<p>Show AClock. If already showing, hide it.</p>\n<p>Parameters:</p>\n<ul>\n<li>None</li>\n</ul>\n",
"examples": [],
"file": "Source/AClock.spoon/init.lua",
"lineno": "154",
"lineno": "168",
"name": "toggleShowPersistent",
"notes": [],
"notes_gfm": "",
Expand Down

0 comments on commit 5ed2b53

Please sign in to comment.