Skip to content

Commit 8824071

Browse files
added @DefaultValue as synonym for @default
1 parent b9bfd6b commit 8824071

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Jake/articles/tags-default

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"out": "tags-default.html",
44
"description": "Document the default value."
55
}-->
6+
<h3>Synonyms</he>
7+
<ul>
8+
<li>@defaultvalue</li>
9+
</ul>
10+
611
<h3>Syntax</h3>
712

813
<code>@default [&lt;some value>]</code>

tags-default.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@
176176
<article>
177177
<h1>@default</h1>
178178

179+
<h3>Synonyms</he>
180+
<ul>
181+
<li>@defaultvalue</li>
182+
</ul>
183+
179184
<h3>Syntax</h3>
180185

181186
<code>@default [&lt;some value>]</code>

0 commit comments

Comments
 (0)