Skip to content
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
4 changes: 2 additions & 2 deletions Jake/articles/tags-classdesc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
As shown below, a class has places for two descriptions, one applies to the function itself, while the other applies to the class in general.
</p>

{{#example}}A doclet with both a description and a class description
{{#example}}A doclet with both a constructor function description and a class description
/**
* This is a description of the MyClass constructor function.
* @class
Expand All @@ -39,4 +39,4 @@ function MyClass() {
<ul>
<li><a href="tags-description.html">@description</a></li>
<li><a href="tags-constructor.html">@class</a></li>
</ul>
</ul>
3 changes: 2 additions & 1 deletion tags-classdesc.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3>Examples</h3>
</p>

<dl class="example">
<dt>A doclet with both a description and a class description</dt>
<dt>A doclet with both a constructor function description and a class description</dt>
<dd>
<pre class="prettyprint lang-js">
/**
Expand All @@ -217,6 +217,7 @@ <h3>Examples</h3>
<li><a href="tags-description.html">@description</a></li>
<li><a href="tags-constructor.html">@class</a></li>
</ul>

</article>

<footer>
Expand Down