Skip to content

Commit

Permalink
GH Action Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Oct 17, 2024
1 parent 23fba9d commit 9008caf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Pulsar-API-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
</dd>
<dt><a href="#Clipboard">Clipboard</a></dt>
<dd></dd>
<dt><a href="#SomeClass">SomeClass</a> ⇐ <code>AnotherClass</code></dt>
<dd><p>Does something very important.</p>
</dd>
<dt><a href="#Container">Container</a></dt>
<dd><p>A container capture. When another capture&#39;s node is contained by the
definition capture&#39;s node, it gets added to this instance.</p>
Expand Down Expand Up @@ -394,6 +397,13 @@ atom.clipboard.write('hello');

console.log(atom.clipboard.read());
```
<a name="SomeClass"></a>

## SomeClass ⇐ <code>AnotherClass</code>
Does something very important.

**Kind**: global class
**Extends**: <code>AnotherClass</code>
<a name="Container"></a>

## Container
Expand Down
10 changes: 10 additions & 0 deletions docs/Source-Code-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
</dd>
<dt><a href="#Clipboard">Clipboard</a></dt>
<dd></dd>
<dt><a href="#SomeClass">SomeClass</a> ⇐ <code>AnotherClass</code></dt>
<dd><p>Does something very important.</p>
</dd>
<dt><a href="#Container">Container</a></dt>
<dd><p>A container capture. When another capture&#39;s node is contained by the
definition capture&#39;s node, it gets added to this instance.</p>
Expand Down Expand Up @@ -402,6 +405,13 @@ atom.clipboard.write('hello');

console.log(atom.clipboard.read());
```
<a name="SomeClass"></a>

## SomeClass ⇐ <code>AnotherClass</code>
Does something very important.

**Kind**: global class
**Extends**: <code>AnotherClass</code>
<a name="Container"></a>

## Container
Expand Down

0 comments on commit 9008caf

Please sign in to comment.