Skip to content

fix: @name tag disconnects comment #897

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions __tests__/__snapshots__/bin.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ k.isArrayOfBuffers();</pre>
<p>a typedef with nested properties</p>


<div class='pre p1 fill-light mt0'>CustomError(other: any, also: any)</div>
<div class='pre p1 fill-light mt0'>CustomError</div>



Expand All @@ -908,27 +908,6 @@ k.isArrayOfBuffers();</pre>



<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>other</span> <code class='quiet'>(any)</code>

</div>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>also</span> <code class='quiet'>(any)</code>

</div>

</div>

</div>



<div class='py1 quiet mt1 prose-big'>Properties</div>
Expand Down
23 changes: 1 addition & 22 deletions __tests__/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ k.isArrayOfBuffers();</pre>
<p>a typedef with nested properties</p>


<div class='pre p1 fill-light mt0'>CustomError(other: any, also: any)</div>
<div class='pre p1 fill-light mt0'>CustomError</div>



Expand All @@ -1613,27 +1613,6 @@ k.isArrayOfBuffers();</pre>



<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>other</span> <code class='quiet'>(any)</code>

</div>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>also</span> <code class='quiet'>(any)</code>

</div>

</div>

</div>



<div class='py1 quiet mt1 prose-big'>Properties</div>
Expand Down
4 changes: 0 additions & 4 deletions __tests__/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ test('--config', async function() {
var dst = path.join(os.tmpdir(), (Date.now() + Math.random()).toString());
fs.mkdirSync(dst);
var outputIndex = path.join(dst, 'index.html');
var expectedOutputPath = path.join(
__dirname,
'fixture/html/nested.config-output.html'
);
const data = await documentation(
[
'build -c fixture/html/documentation.yml -f html fixture/html/nested.input.js -o ' +
Expand Down
Loading