Skip to content

Commit

Permalink
Merge pull request #158 from realm/jazzy-jf-symgraph-extensions
Browse files Browse the repository at this point in the history
updates for jf-symgraph-extensions
  • Loading branch information
johnfairh authored Oct 19, 2023
2 parents 7441579 + 1c366c6 commit 38bcc15
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 16 deletions.
5 changes: 3 additions & 2 deletions misc_jazzy_symgraph_features/after/docs/Extensions/Float.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ <h1>Float</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/InternalProtocol.html">InternalProtocol</a></span><span class="p">,</span> <span class="kt">PrivateProtocol</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/InternalProtocol.html">InternalProtocol</a></span></code></pre>

</div>
</div>

<p>Conformance for an <em>external</em> type to an internal protocol: document.</p>

</section>
<section class="section task-group-section">
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>Mirror</h1>

</div>
</div>

<p>Bad-practice conformance of an imported type to an imported protocol, should appear in docs</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>NSObject</h1>

</div>
</div>

<p>Extension of top-level external class</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>Encoding</h1>

</div>
</div>

<p>Extension of a nested external class</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ <h1>Float</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/InternalProtocol.html">InternalProtocol</a></span><span class="p">,</span> <span class="kt">PrivateProtocol</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Float</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/InternalProtocol.html">InternalProtocol</a></span></code></pre>

</div>
</div>

<p>Conformance for an <em>external</em> type to an internal protocol: document.</p>

</section>
<section class="section task-group-section">
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>Mirror</h1>

</div>
</div>

<p>Bad-practice conformance of an imported type to an imported protocol, should appear in docs</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>NSObject</h1>

</div>
</div>

<p>Extension of top-level external class</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h1>Encoding</h1>

</div>
</div>

<p>Extension of a nested external class</p>

</section>
<section class="section task-group-section">
<div class="task-group">
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc_jazzy_symgraph_features/after/docs/search.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions misc_jazzy_symgraph_features/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_MODULE_VERSION=Y.Y.Y JAZZY_FAKE_VERSION=X.X.X JAZZY_INTEGRATION_SPECS=TRUE ruby ROOT/bin/jazzy --swift-build-tool symbolgraph --build-tool-arguments -I,ROOT/tmp/.build/x86_64-apple-macosx/debug
2>&1
COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_MODULE_VERSION=Y.Y.Y JAZZY_FAKE_VERSION=X.X.X JAZZY_INTEGRATION_SPECS=TRUE ruby ROOT/bin/jazzy --swift-build-tool symbolgraph --build-tool-arguments -emit-extension-block-symbols,-I,ROOT/tmp/.build/x86_64-apple-macosx/debug
2>&1
Using config file ROOT/tmp/misc_jazzy_symgraph_features/.jazzy.yaml
swift-driver version: 1.87.1 building site
building search index
58% documentation coverage with 49 undocumented symbols
included 117 internal, package, public, or open symbols
59% documentation coverage with 49 undocumented symbols
included 122 internal, package, public, or open symbols
skipped 3 private or fileprivate symbols (use `--min-acl` to specify a different minimum ACL)
jam out ♪♫ to your fresh new docs in `docs`

0 comments on commit 38bcc15

Please sign in to comment.