Test for augments formatting. Fixes #418

This commit is contained in:
Tom MacWright 2016-05-22 20:04:03 -04:00
parent 06fb11e6fd
commit 907a7a89c5
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/**
* Creates a new Klass
* @extends Stream.Writable
* @class
*/
function Klass(foo) {

View File

@ -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>