mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Test for augments formatting. Fixes #418
This commit is contained in:
parent
06fb11e6fd
commit
907a7a89c5
@ -2,6 +2,7 @@
|
||||
|
||||
/**
|
||||
* Creates a new Klass
|
||||
* @extends Stream.Writable
|
||||
* @class
|
||||
*/
|
||||
function Klass(foo) {
|
||||
|
||||
@ -179,6 +179,13 @@
|
||||
<div class='pre p1 fill-light'>Klass(foo: )</div>
|
||||
|
||||
|
||||
<p>
|
||||
Extends
|
||||
|
||||
<a href="https://nodejs.org/api/stream.html#stream_class_stream_writable">Stream.Writable</a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user