Skip to content
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

Fix HTML syntax #269

Merged
merged 1 commit into from
Oct 29, 2014
Merged
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
10 changes: 2 additions & 8 deletions docs/syntax/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<p>A given comment block must contain one (and only one)
<a href="#primary-tags">primary tag</a> such as `@class` or `@method`,
and zero or more <a href="#secondary-tag">secondary tags</a>
and zero or more <a href="#secondary-tags">secondary tags</a>
such as `@param`, `@type`, and `@extends`.
Some secondary tags can be used in any comment block,
while others only make sense alongside a particular primary tag.</p>
Expand Down Expand Up @@ -133,8 +133,6 @@ function IO (config) {
<a href="#uses">`@uses`</a>.
</p>
</td>

</td>
</tr>
<tr id="method">
<td>`method`</td>
Expand Down Expand Up @@ -170,8 +168,6 @@ toJSON: function () {
<a href="#static">`@static`</a>.
</p>
</td>

</td>
</tr>
<tr id="event">
<td>`event`</td>
Expand Down Expand Up @@ -450,7 +446,6 @@ ATTRS[RENDERED] = {
</p>
</td>
</tr>
</tr>
<tr id="final">
<td>`final`</td>
<td>
Expand Down Expand Up @@ -880,7 +875,6 @@ ATTRS[RENDERED] = {
<a href="#type">`@type`</a>.
<p>
</td>
</td>
</tr>
<tr id="uses">
<td>`*uses`</td>
Expand Down Expand Up @@ -1287,7 +1281,7 @@ named Bar.
```

<p>
You can also call `crossLinkRaw` to retun only the HREF portion of the link, so you can link it
You can also call `crossLinkRaw` to return only the HREF portion of the link, so you can link it
yourself.
</p>

Expand Down