diff --git a/about-block-inline-tags.html b/about-block-inline-tags.html index 0bcce6a1..29980f62 100644 --- a/about-block-inline-tags.html +++ b/about-block-inline-tags.html @@ -55,8 +55,7 @@

Examples

Shoe.prototype.setColor = function(color) { // ... }; - - +

You can use inline tags within a description, as shown above, or within a block tag, as shown below:

Inline tag used within a block tag
/**
@@ -68,8 +67,7 @@ 

Examples

Shoe.prototype.setColor = function(color) { // ... }; -
-
+

When you use multiple block tags in a JSDoc comment, they must be separated by line breaks:

Multiple block tags separated by line breaks
/**
@@ -81,13 +79,11 @@ 

Examples

Shoe.prototype.setLaceType = function(color, type) { // ... }; -
-
+