Fix hyperlinks in generated Javadocs.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/18f14a7d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/18f14a7d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/18f14a7d

Branch: refs/heads/master
Commit: 18f14a7d4bafd00fae1865f21862def78dff76fd
Parents: f96331c
Author: JamesBognar <[email protected]>
Authored: Tue Feb 7 16:14:01 2017 -0500
Committer: JamesBognar <[email protected]>
Committed: Tue Feb 7 16:14:01 2017 -0500

----------------------------------------------------------------------
 .../apache/juneau/dto/swagger/HeaderInfo.java   | 60 +++++++--------
 .../org/apache/juneau/dto/swagger/Items.java    | 60 +++++++--------
 .../apache/juneau/dto/swagger/Operation.java    | 30 ++++----
 .../juneau/dto/swagger/ParameterInfo.java       | 80 ++++++++++----------
 .../apache/juneau/dto/swagger/ResponseInfo.java | 10 +--
 .../apache/juneau/dto/swagger/SchemaInfo.java   |  8 +-
 .../org/apache/juneau/dto/swagger/Swagger.java  | 30 ++++----
 .../java/org/apache/juneau/dto/swagger/Tag.java |  6 +-
 8 files changed, 142 insertions(+), 142 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/HeaderInfo.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/HeaderInfo.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/HeaderInfo.java
index ec6005d..11b8d0c 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/HeaderInfo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/HeaderInfo.java
@@ -138,7 +138,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>format</property>.
         * <p>
-        * The extending format for the previously mentioned <code>type</code>. 
See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type 
Formats</a> for further details.
+        * The extending format for the previously mentioned <code>type</code>. 
See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @return The value of the <property>format</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -149,7 +149,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>format</property>.
         * <p>
-        * The extending format for the previously mentioned <code>type</code>. 
See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type 
Formats</a> for further details.
+        * The extending format for the previously mentioned <code>type</code>. 
See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @param format The new value for the <property>format</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -236,7 +236,7 @@ public class HeaderInfo {
         * <p>
         * Declares the value of the header that the server will use if none is 
provided.
         * (Note: <js>"default"</js> has no meaning for required items.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for the header.
         *
         * @return The value of the <property>_default</property> property on 
this bean, or <jk>null</jk> if it is not set.
@@ -250,7 +250,7 @@ public class HeaderInfo {
         * <p>
         * Declares the value of the header that the server will use if none is 
provided.
         * (Note: <js>"default"</js> has no meaning for required items.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for the header.
         *
         * @param _default The new value for the <property>_default</property> 
property on this bean.
@@ -264,7 +264,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>maximum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -275,7 +275,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param maximum The new value for the <property>maximum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -288,7 +288,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>exclusiveMaximum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -299,7 +299,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param exclusiveMaximum The new value for the 
<property>exclusiveMaximum</property> property on this bean.
         * @return This object (for method chaining).
@@ -312,7 +312,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>minimum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -323,7 +323,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param minimum The new value for the <property>minimum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -336,7 +336,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>exclusiveMinimum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -347,7 +347,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param exclusiveMinimum The new value for the 
<property>exclusiveMinimum</property> property on this bean.
         * @return This object (for method chaining).
@@ -360,7 +360,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @return The value of the <property>maxLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -371,7 +371,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @param maxLength The new value for the 
<property>maxLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -384,7 +384,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @return The value of the <property>minLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -395,7 +395,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @param minLength The new value for the 
<property>minLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -408,7 +408,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @return The value of the <property>pattern</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -419,7 +419,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @param pattern The new value for the <property>pattern</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -432,7 +432,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @return The value of the <property>maxItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -443,7 +443,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @param maxItems The new value for the <property>maxItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -456,7 +456,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @return The value of the <property>minItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -467,7 +467,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @param minItems The new value for the <property>minItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -480,7 +480,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @return The value of the <property>uniqueItems</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -491,7 +491,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @param uniqueItems The new value for the 
<property>uniqueItems</property> property on this bean.
         * @return This object (for method chaining).
@@ -504,7 +504,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @return The value of the <property>enum</property> property on this 
bean, or <jk>null</jk> if it is not set.
         */
@@ -515,7 +515,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new value for the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -528,7 +528,7 @@ public class HeaderInfo {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -541,7 +541,7 @@ public class HeaderInfo {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -557,7 +557,7 @@ public class HeaderInfo {
        /**
         * Bean property getter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @return The value of the <property>multipleOf</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -568,7 +568,7 @@ public class HeaderInfo {
        /**
         * Bean property setter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @param multipleOf The new value for the 
<property>multipleOf</property> property on this bean.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Items.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Items.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Items.java
index 0aacbf2..38b465c 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Items.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Items.java
@@ -114,7 +114,7 @@ public class Items {
        /**
         * Bean property getter:  <property>format</property>.
         * <p>
-        * The extending format for the previously mentioned <code>type</code>. 
See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type 
Formats</a> for further details.
+        * The extending format for the previously mentioned <code>type</code>. 
See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @return The value of the <property>format</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -125,7 +125,7 @@ public class Items {
        /**
         * Bean property setter:  <property>format</property>.
         * <p>
-        * The extending format for the previously mentioned <code>type</code>. 
See <a href='http://swagger.io/specification/#dataTypeFormat'>Data Type 
Formats</a> for further details.
+        * The extending format for the previously mentioned <code>type</code>. 
See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @param format The new value for the <property>format</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -212,7 +212,7 @@ public class Items {
         * <p>
         * Declares the value of the item that the server will use if none is 
provided.
         * (Note: <js>"default"</js> has no meaning for required items.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for the data type.
         *
         * @return The value of the <property>default</property> property on 
this bean, or <jk>null</jk> if it is not set.
@@ -226,7 +226,7 @@ public class Items {
         * <p>
         * Declares the value of the item that the server will use if none is 
provided.
         * (Note: <js>"default"</js> has no meaning for required items.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for the data type.
         *
         * @param _default The new value for the <property>default</property> 
property on this bean.
@@ -240,7 +240,7 @@ public class Items {
        /**
         * Bean property getter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>maximum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -251,7 +251,7 @@ public class Items {
        /**
         * Bean property setter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param maximum The new value for the <property>maximum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -264,7 +264,7 @@ public class Items {
        /**
         * Bean property getter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>exclusiveMaximum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -275,7 +275,7 @@ public class Items {
        /**
         * Bean property setter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param exclusiveMaximum The new value for the 
<property>exclusiveMaximum</property> property on this bean.
         * @return This object (for method chaining).
@@ -288,7 +288,7 @@ public class Items {
        /**
         * Bean property getter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>minimum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -299,7 +299,7 @@ public class Items {
        /**
         * Bean property setter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param minimum The new value for the <property>minimum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -312,7 +312,7 @@ public class Items {
        /**
         * Bean property getter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>exclusiveMinimum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -323,7 +323,7 @@ public class Items {
        /**
         * Bean property setter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param exclusiveMinimum The new value for the 
<property>exclusiveMinimum</property> property on this bean.
         * @return This object (for method chaining).
@@ -336,7 +336,7 @@ public class Items {
        /**
         * Bean property getter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @return The value of the <property>maxLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -347,7 +347,7 @@ public class Items {
        /**
         * Bean property setter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @param maxLength The new value for the 
<property>maxLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -360,7 +360,7 @@ public class Items {
        /**
         * Bean property getter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @return The value of the <property>minLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -371,7 +371,7 @@ public class Items {
        /**
         * Bean property setter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @param minLength The new value for the 
<property>minLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -384,7 +384,7 @@ public class Items {
        /**
         * Bean property getter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @return The value of the <property>pattern</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -395,7 +395,7 @@ public class Items {
        /**
         * Bean property setter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @param pattern The new value for the <property>pattern</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -408,7 +408,7 @@ public class Items {
        /**
         * Bean property getter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @return The value of the <property>maxItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -419,7 +419,7 @@ public class Items {
        /**
         * Bean property setter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @param maxItems The new value for the <property>maxItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -432,7 +432,7 @@ public class Items {
        /**
         * Bean property getter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @return The value of the <property>minItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -443,7 +443,7 @@ public class Items {
        /**
         * Bean property setter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @param minItems The new value for the <property>minItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -456,7 +456,7 @@ public class Items {
        /**
         * Bean property getter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @return The value of the <property>uniqueItems</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -467,7 +467,7 @@ public class Items {
        /**
         * Bean property setter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @param uniqueItems The new value for the 
<property>uniqueItems</property> property on this bean.
         * @return This object (for method chaining).
@@ -480,7 +480,7 @@ public class Items {
        /**
         * Bean property getter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @return The value of the <property>enum</property> property on this 
bean, or <jk>null</jk> if it is not set.
         */
@@ -491,7 +491,7 @@ public class Items {
        /**
         * Bean property setter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new value for the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -504,7 +504,7 @@ public class Items {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -517,7 +517,7 @@ public class Items {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -533,7 +533,7 @@ public class Items {
        /**
         * Bean property getter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @return The value of the <property>multipleOf</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -544,7 +544,7 @@ public class Items {
        /**
         * Bean property setter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @param multipleOf The new value for the 
<property>multipleOf</property> property on this bean.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Operation.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Operation.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Operation.java
index 6978dab..28b031a 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Operation.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Operation.java
@@ -190,7 +190,7 @@ public class Operation {
         * Bean property getter:  <property>description</property>.
         * <p>
         * A verbose explanation of the operation behavior.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @return The value of the <property>description</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -202,7 +202,7 @@ public class Operation {
         * Bean property setter:  <property>description</property>.
         * <p>
         * A verbose explanation of the operation behavior.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @param description The new value for the 
<property>description</property> property on this bean.
         * @return This object (for method chaining).
@@ -268,7 +268,7 @@ public class Operation {
         * A list of MIME types the operation can consume.
         * This overrides the <code>consumes</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @return The value of the <property>consumes</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -282,7 +282,7 @@ public class Operation {
         * A list of MIME types the operation can consume.
         * This overrides the <code>consumes</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The new value for the <property>consumes</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -298,7 +298,7 @@ public class Operation {
         * A list of MIME types the operation can consume.
         * This overrides the <code>consumes</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The new values to add to the 
<property>consumes</property> property on this bean.
         * @return This object (for method chaining).
@@ -314,7 +314,7 @@ public class Operation {
         * A list of MIME types the operation can consume.
         * This overrides the <code>consumes</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The new values to add to the 
<property>consumes</property> property on this bean.
         * @return This object (for method chaining).
@@ -333,7 +333,7 @@ public class Operation {
         * A list of MIME types the operation can produce.
         * This overrides the <code>produces</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @return The value of the <property>produces</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -347,7 +347,7 @@ public class Operation {
         * A list of MIME types the operation can produce.
         * This overrides the <code>produces</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param produces The new value for the <property>produces</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -363,7 +363,7 @@ public class Operation {
         * A list of MIME types the operation can produce.
         * This overrides the <code>produces</code> definition at the Swagger 
Object.
         * An empty value MAY be used to clear the global definition.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param produces The new value for the <property>produces</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -380,10 +380,10 @@ public class Operation {
         * Bean property getter:  <property>parameters</property>.
         * <p>
         * A list of parameters that are applicable for this operation.
-        * If a parameter is already defined at the <a 
href='http://swagger.io/specification/#pathItemParameters'>Path Item</a>, the 
new definition will override it, but can never remove it.
+        * If a parameter is already defined at the <a class="doclink" 
href="http://swagger.io/specification/#pathItemParameters";>Path Item</a>, the 
new definition will override it, but can never remove it.
         * The list MUST NOT include duplicated parameters.
         * A unique parameter is defined by a combination of a 
<code>name</code> and <code>location</code>.
-        * The list can use the <a 
href='http://swagger.io/specification/#referenceObject'>Reference Object</a> to 
link to parameters that are defined at the <a 
href='http://swagger.io/specification/#swaggerParameters'>Swagger Object's 
parameters</a>.
+        * The list can use the <a class="doclink" 
href="http://swagger.io/specification/#referenceObject";>Reference Object</a> to 
link to parameters that are defined at the <a class="doclink" 
href="http://swagger.io/specification/#swaggerParameters";>Swagger Object's 
parameters</a>.
         * There can be one <js>"body"</js> parameter at most.
         *
         * @return The value of the <property>parameters</property> property on 
this bean, or <jk>null</jk> if it is not set.
@@ -396,10 +396,10 @@ public class Operation {
         * Bean property setter:  <property>parameters</property>.
         * <p>
         * A list of parameters that are applicable for this operation.
-        * If a parameter is already defined at the <a 
href='http://swagger.io/specification/#pathItemParameters'>Path Item</a>, the 
new definition will override it, but can never remove it.
+        * If a parameter is already defined at the <a class="doclink" 
href="http://swagger.io/specification/#pathItemParameters";>Path Item</a>, the 
new definition will override it, but can never remove it.
         * The list MUST NOT include duplicated parameters.
         * A unique parameter is defined by a combination of a 
<code>name</code> and <code>location</code>.
-        * The list can use the <a 
href='http://swagger.io/specification/#referenceObject'>Reference Object</a> to 
link to parameters that are defined at the <a 
href='http://swagger.io/specification/#swaggerParameters'>Swagger Object's 
parameters</a>.
+        * The list can use the <a class="doclink" 
href="http://swagger.io/specification/#referenceObject";>Reference Object</a> to 
link to parameters that are defined at the <a class="doclink" 
href="http://swagger.io/specification/#swaggerParameters";>Swagger Object's 
parameters</a>.
         * There can be one <js>"body"</js> parameter at most.
         *
         * @param parameters The new value for the 
<property>parameters</property> property on this bean.
@@ -414,10 +414,10 @@ public class Operation {
         * Bean property adder:  <property>parameters</property>.
         * <p>
         * A list of parameters that are applicable for this operation.
-        * If a parameter is already defined at the <a 
href='http://swagger.io/specification/#pathItemParameters'>Path Item</a>, the 
new definition will override it, but can never remove it.
+        * If a parameter is already defined at the <a class="doclink" 
href="http://swagger.io/specification/#pathItemParameters";>Path Item</a>, the 
new definition will override it, but can never remove it.
         * The list MUST NOT include duplicated parameters.
         * A unique parameter is defined by a combination of a 
<code>name</code> and <code>location</code>.
-        * The list can use the <a 
href='http://swagger.io/specification/#referenceObject'>Reference Object</a> to 
link to parameters that are defined at the <a 
href='http://swagger.io/specification/#swaggerParameters'>Swagger Object's 
parameters</a>.
+        * The list can use the <a class="doclink" 
href="http://swagger.io/specification/#referenceObject";>Reference Object</a> to 
link to parameters that are defined at the <a class="doclink" 
href="http://swagger.io/specification/#swaggerParameters";>Swagger Object's 
parameters</a>.
         * There can be one <js>"body"</js> parameter at most.
         *
         * @param parameter The new value to add to the 
<property>parameters</property> property on this bean.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ParameterInfo.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ParameterInfo.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ParameterInfo.java
index 815e71f..78f6551 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ParameterInfo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ParameterInfo.java
@@ -89,8 +89,8 @@ public class ParameterInfo {
         *      Possible values are <js>"query"</js>, <js>"header"</js>, 
<js>"path"</js>, <js>"formData"</js> or <js>"body"</js>.
         * @param name Required. The name of the parameter.
         *      Parameter names are case sensitive.
-        *      If <code>in</code> is <js>"path"</js>, the <code>name</code> 
field MUST correspond to the associated path segment from the <code>path</code> 
field in the <a href='http://swagger.io/specification/#pathsObject'>Paths 
Object</a>.
-        *      See <a 
href='http://swagger.io/specification/#pathTemplating'>Path Templating</a> for 
further information.
+        *      If <code>in</code> is <js>"path"</js>, the <code>name</code> 
field MUST correspond to the associated path segment from the <code>path</code> 
field in the <a class="doclink" 
href="http://swagger.io/specification/#pathsObject";>Paths Object</a>.
+        *      See <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>Path Templating</a> for 
further information.
         *      For all other cases, the name corresponds to the parameter name 
used based on the <code>in</code> property.
         * @return A new Parameter object.
         */
@@ -106,8 +106,8 @@ public class ParameterInfo {
         *      Possible values are <js>"query"</js>, <js>"header"</js>, 
<js>"path"</js>, <js>"formData"</js> or <js>"body"</js>.
         * @param name Required. The name of the parameter.
         *      Parameter names are case sensitive.
-        *      If <code>in</code> is <js>"path"</js>, the <code>name</code> 
field MUST correspond to the associated path segment from the <code>path</code> 
field in the <a href='http://swagger.io/specification/#pathsObject'>Paths 
Object</a>.
-        *      See <a 
href='http://swagger.io/specification/#pathTemplating'>Path Templating</a> for 
further information.
+        *      If <code>in</code> is <js>"path"</js>, the <code>name</code> 
field MUST correspond to the associated path segment from the <code>path</code> 
field in the <a class="doclink" 
href="http://swagger.io/specification/#pathsObject";>Paths Object</a>.
+        *      See <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>Path Templating</a> for 
further information.
         *      For all other cases, the name corresponds to the parameter name 
used based on the <code>in</code> property.
         * @return A new Parameter object.
         */
@@ -125,8 +125,8 @@ public class ParameterInfo {
         * <p>
         * Required. The name of the parameter.
         * Parameter names are case sensitive.
-        * If <code>in</code> is <js>"path"</js>, the <code>name</code> field 
MUST correspond to the associated path segment from the <code>path</code> field 
in the <a href='http://swagger.io/specification/#pathsObject'>Paths Object</a>.
-        * See <a href='http://swagger.io/specification/#pathTemplating'>Path 
Templating</a> for further information.
+        * If <code>in</code> is <js>"path"</js>, the <code>name</code> field 
MUST correspond to the associated path segment from the <code>path</code> field 
in the <a class="doclink" 
href="http://swagger.io/specification/#pathsObject";>Paths Object</a>.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>Path Templating</a> for 
further information.
         * For all other cases, the name corresponds to the parameter name used 
based on the <code>in</code> property.
         *
         * @return The value of the <property>name</property> property on this 
bean, or <jk>null</jk> if it is not set.
@@ -140,8 +140,8 @@ public class ParameterInfo {
         * <p>
         * Required. The name of the parameter.
         * Parameter names are case sensitive.
-        * If <code>in</code> is <js>"path"</js>, the <code>name</code> field 
MUST correspond to the associated path segment from the <code>path</code> field 
in the <a href='http://swagger.io/specification/#pathsObject'>Paths Object</a>.
-        * See <a href='http://swagger.io/specification/#pathTemplating'>Path 
Templating</a> for further information.
+        * If <code>in</code> is <js>"path"</js>, the <code>name</code> field 
MUST correspond to the associated path segment from the <code>path</code> field 
in the <a class="doclink" 
href="http://swagger.io/specification/#pathsObject";>Paths Object</a>.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>Path Templating</a> for 
further information.
         * For all other cases, the name corresponds to the parameter name used 
based on the <code>in</code> property.
         *
         * @param name The new value for the <property>name</property> property 
on this bean.
@@ -188,7 +188,7 @@ public class ParameterInfo {
         * <p>
         * A brief description of the parameter.
         * This could contain examples of use.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @return The value of the <property>description</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -201,7 +201,7 @@ public class ParameterInfo {
         * <p>
         * A brief description of the parameter.
         * This could contain examples of use.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @param description The new value for the 
<property>description</property> property on this bean.
         * @return This object (for method chaining).
@@ -299,7 +299,7 @@ public class ParameterInfo {
         * Bean property getter:  <property>format</property>.
         * <p>
         * The extending format for the previously mentioned type.
-        * See <a href='http://swagger.io/specification/#dataTypeFormat'>Data 
Type Formats</a> for further details.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @return The value of the <property>format</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -311,7 +311,7 @@ public class ParameterInfo {
         * Bean property setter:  <property>format</property>.
         * <p>
         * The extending format for the previously mentioned type.
-        * See <a href='http://swagger.io/specification/#dataTypeFormat'>Data 
Type Formats</a> for further details.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @param format The new value for the <property>format</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -430,7 +430,7 @@ public class ParameterInfo {
         * <p>
         * Declares the value of the parameter that the server will use if none 
is provided, for example a <js>"count"</js> to control the number of results 
per page might default to 100 if not supplied by the client in the request.
         * (Note: <js>"default"</js> has no meaning for required parameters.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for this parameter.
         *
         * @return The value of the <property>default</property> property on 
this bean, or <jk>null</jk> if it is not set.
@@ -444,7 +444,7 @@ public class ParameterInfo {
         * <p>
         * Declares the value of the parameter that the server will use if none 
is provided, for example a <js>"count"</js> to control the number of results 
per page might default to 100 if not supplied by the client in the request.
         * (Note: <js>"default"</js> has no meaning for required parameters.)
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor101'>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor101";>http://json-schema.org/latest/json-schema-validation.html#anchor101</a>.
         * Unlike JSON Schema this value MUST conform to the defined 
<code>type</code> for this parameter.
         *
         * @param _default The new value for the <property>default</property> 
property on this bean.
@@ -458,7 +458,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>maximum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -469,7 +469,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>maximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param maximum The new value for the <property>maximum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -482,7 +482,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @return The value of the <property>exclusiveMaximum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -493,7 +493,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>exclusiveMaximum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor17'>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor17";>http://json-schema.org/latest/json-schema-validation.html#anchor17</a>.
         *
         * @param exclusiveMaximum The new value for the 
<property>exclusiveMaximum</property> property on this bean.
         * @return This object (for method chaining).
@@ -506,7 +506,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>minimum</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -517,7 +517,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>minimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param minimum The new value for the <property>minimum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -530,7 +530,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @return The value of the <property>exclusiveMinimum</property> 
property on this bean, or <jk>null</jk> if it is not set.
         */
@@ -541,7 +541,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>exclusiveMinimum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor21'>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor21";>http://json-schema.org/latest/json-schema-validation.html#anchor21</a>.
         *
         * @param exclusiveMinimum The new value for the 
<property>exclusiveMinimum</property> property on this bean.
         * @return This object (for method chaining).
@@ -554,7 +554,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @return The value of the <property>maxLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -565,7 +565,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>maxLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor26'>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor26";>http://json-schema.org/latest/json-schema-validation.html#anchor26</a>.
         *
         * @param maxLength The new value for the 
<property>maxLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -578,7 +578,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @return The value of the <property>minLength</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -589,7 +589,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>minLength</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor29'>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor29";>http://json-schema.org/latest/json-schema-validation.html#anchor29</a>.
         *
         * @param minLength The new value for the 
<property>minLength</property> property on this bean.
         * @return This object (for method chaining).
@@ -602,7 +602,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @return The value of the <property>pattern</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -613,7 +613,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>pattern</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor33'>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor33";>http://json-schema.org/latest/json-schema-validation.html#anchor33</a>.
         *
         * @param pattern The new value for the <property>pattern</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -626,7 +626,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @return The value of the <property>maxItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -637,7 +637,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>maxItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor42'>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor42";>http://json-schema.org/latest/json-schema-validation.html#anchor42</a>.
         *
         * @param maxItems The new value for the <property>maxItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -650,7 +650,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @return The value of the <property>minItems</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -661,7 +661,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>minItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor45'>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor45";>http://json-schema.org/latest/json-schema-validation.html#anchor45</a>.
         *
         * @param minItems The new value for the <property>minItems</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -674,7 +674,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @return The value of the <property>uniqueItems</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -685,7 +685,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>uniqueItems</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor49'>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor49";>http://json-schema.org/latest/json-schema-validation.html#anchor49</a>.
         *
         * @param uniqueItems The new value for the 
<property>uniqueItems</property> property on this bean.
         * @return This object (for method chaining).
@@ -698,7 +698,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @return The value of the <property>enum</property> property on this 
bean, or <jk>null</jk> if it is not set.
         */
@@ -709,7 +709,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new value for the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -722,7 +722,7 @@ public class ParameterInfo {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -735,7 +735,7 @@ public class ParameterInfo {
        /**
         * Bean property adder:  <property>enum</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor76'>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor76";>http://json-schema.org/latest/json-schema-validation.html#anchor76</a>.
         *
         * @param _enum The new values to add to the <property>enum</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -751,7 +751,7 @@ public class ParameterInfo {
        /**
         * Bean property getter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @return The value of the <property>multipleOf</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -762,7 +762,7 @@ public class ParameterInfo {
        /**
         * Bean property setter:  <property>multipleOf</property>.
         * <p>
-        * See <a 
href='http://json-schema.org/latest/json-schema-validation.html#anchor14'>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
+        * See <a class="doclink" 
href="http://json-schema.org/latest/json-schema-validation.html#anchor14";>http://json-schema.org/latest/json-schema-validation.html#anchor14</a>.
         *
         * @param multipleOf The new value for the 
<property>multipleOf</property> property on this bean.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ResponseInfo.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ResponseInfo.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ResponseInfo.java
index 6e3f398..68125aa 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ResponseInfo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/ResponseInfo.java
@@ -44,7 +44,7 @@ public class ResponseInfo {
         * Convenience method for creating a new Response object.
         *
         * @param description A short description of the response.
-        *      <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        *      <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         * @return A new Header object.
         */
        public static ResponseInfo create(String description) {
@@ -55,7 +55,7 @@ public class ResponseInfo {
         * Bean property getter:  <property>description</property>.
         * <p>
         * Required. A short description of the response.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @return The value of the <property>description</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -67,7 +67,7 @@ public class ResponseInfo {
         * Bean property setter:  <property>description</property>.
         * <p>
         * Required. A short description of the response.
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @param description The new value for the 
<property>description</property> property on this bean.
         * @return This object (for method chaining).
@@ -83,7 +83,7 @@ public class ResponseInfo {
         * A definition of the response structure.
         * It can be a primitive, an array or an object.
         * If this field does not exist, it means no content is returned as 
part of the response.
-        * As an extension to the <a 
href='http://swagger.io/specification/#schemaObject'>Schema Object</a>, its 
root type value may also be <js>"file"</js>.
+        * As an extension to the <a class="doclink" 
href="http://swagger.io/specification/#schemaObject";>Schema Object</a>, its 
root type value may also be <js>"file"</js>.
         * This SHOULD be accompanied by a relevant produces mime-type.
         *
         * @return The value of the <property>schema</property> property on 
this bean, or <jk>null</jk> if it is not set.
@@ -98,7 +98,7 @@ public class ResponseInfo {
         * A definition of the response structure.
         * It can be a primitive, an array or an object.
         * If this field does not exist, it means no content is returned as 
part of the response.
-        * As an extension to the <a 
href='http://swagger.io/specification/#schemaObject'>Schema Object</a>, its 
root type value may also be <js>"file"</js>.
+        * As an extension to the <a class="doclink" 
href="http://swagger.io/specification/#schemaObject";>Schema Object</a>, its 
root type value may also be <js>"file"</js>.
         * This SHOULD be accompanied by a relevant produces mime-type.
         *
         * @param schema The new value for the <property>schema</property> 
property on this bean.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/SchemaInfo.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/SchemaInfo.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/SchemaInfo.java
index 323606f..8d9e54f 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/SchemaInfo.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/SchemaInfo.java
@@ -62,7 +62,7 @@ public class SchemaInfo {
        /**
         * Bean property getter:  <property>format</property>.
         * <p>
-        * See <a href='http://swagger.io/specification/#dataTypeFormat'>Data 
Type Formats</a> for further details.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @return The value of the <property>format</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -73,7 +73,7 @@ public class SchemaInfo {
        /**
         * Bean property setter:  <property>format</property>.
         * <p>
-        * See <a href='http://swagger.io/specification/#dataTypeFormat'>Data 
Type Formats</a> for further details.
+        * See <a class="doclink" 
href="http://swagger.io/specification/#dataTypeFormat";>Data Type Formats</a> 
for further details.
         *
         * @param format The new value for the <property>format</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -106,7 +106,7 @@ public class SchemaInfo {
        /**
         * Bean property getter:  <property>description</property>.
         * <p>
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @return The value of the <property>description</property> property 
on this bean, or <jk>null</jk> if it is not set.
         */
@@ -117,7 +117,7 @@ public class SchemaInfo {
        /**
         * Bean property setter:  <property>description</property>.
         * <p>
-        * <a 
href='https://help.github.com/articles/github-flavored-markdown'>GFM syntax</a> 
can be used for rich text representation.
+        * <a class="doclink" 
href="https://help.github.com/articles/github-flavored-markdown";>GFM syntax</a> 
can be used for rich text representation.
         *
         * @param description The new value for the 
<property>description</property> property on this bean.
         * @return This object (for method chaining).

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Swagger.java
----------------------------------------------------------------------
diff --git 
a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Swagger.java 
b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Swagger.java
index 698b854..71e8bc7 100644
--- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Swagger.java
+++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Swagger.java
@@ -113,7 +113,7 @@ public class Swagger {
         * This MUST be the host only and does not include the scheme nor 
sub-paths.
         * It MAY include a port.
         * If the host is not included, the host serving the documentation is 
to be used (including the port).
-        * The host does not support <a 
href='http://swagger.io/specification/#pathTemplating'>path templating</a>.
+        * The host does not support <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>path templating</a>.
         *
         * @return The value of the <property>host</property> property on this 
bean, or <jk>null</jk> if it is not set.
         */
@@ -128,7 +128,7 @@ public class Swagger {
         * This MUST be the host only and does not include the scheme nor 
sub-paths.
         * It MAY include a port.
         * If the host is not included, the host serving the documentation is 
to be used (including the port).
-        * The host does not support <a 
href='http://swagger.io/specification/#pathTemplating'>path templating</a>.
+        * The host does not support <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>path templating</a>.
         *
         * @param host The new value for the <property>host</property> property 
on this bean.
         * @return This object (for method chaining).
@@ -144,7 +144,7 @@ public class Swagger {
         * The base path on which the API is served, which is relative to the 
<code>host</code>.
         * If it is not included, the API is served directly under the 
<code>host</code>.
         * The value MUST start with a leading slash (/).
-        * The <code>basePath</code> does not support <a 
href='http://swagger.io/specification/#pathTemplating'>path templating</a>.
+        * The <code>basePath</code> does not support <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>path templating</a>.
         *
         * @return The value of the <property>basePath</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -158,7 +158,7 @@ public class Swagger {
         * The base path on which the API is served, which is relative to the 
<code>host</code>.
         * If it is not included, the API is served directly under the 
<code>host</code>.
         * The value MUST start with a leading slash (/).
-        * The <code>basePath</code> does not support <a 
href='http://swagger.io/specification/#pathTemplating'>path templating</a>.
+        * The <code>basePath</code> does not support <a class="doclink" 
href="http://swagger.io/specification/#pathTemplating";>path templating</a>.
         *
         * @param basePath The new value for the <property>basePath</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -234,7 +234,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can consume.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @return The value of the <property>consumes</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -247,7 +247,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can consume.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The new value for the <property>consumes</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -262,7 +262,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can consume.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The values to add for the 
<property>consumes</property> property on this bean.
         * @return This object (for method chaining).
@@ -277,7 +277,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can consume.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param consumes The values to add for the 
<property>consumes</property> property on this bean.
         * @return This object (for method chaining).
@@ -295,7 +295,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can produce.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @return The value of the <property>produces</property> property on 
this bean, or <jk>null</jk> if it is not set.
         */
@@ -308,7 +308,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can produce.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param produces The new value for the <property>produces</property> 
property on this bean.
         * @return This object (for method chaining).
@@ -323,7 +323,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can produce.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param produces The values to add for the 
<property>produces</property> property on this bean.
         * @return This object (for method chaining).
@@ -338,7 +338,7 @@ public class Swagger {
         * <p>
         * A list of MIME types the APIs can produce.
         * This is global to all APIs but can be overridden on specific API 
calls.
-        * Value MUST be as described under <a 
href='http://swagger.io/specification/#mimeTypes'>Mime Types</a>.
+        * Value MUST be as described under <a class="doclink" 
href="http://swagger.io/specification/#mimeTypes";>Mime Types</a>.
         *
         * @param produces The values to add for the 
<property>produces</property> property on this bean.
         * @return This object (for method chaining).
@@ -614,7 +614,7 @@ public class Swagger {
         * <p>
         * A list of tags used by the specification with additional metadata.
         * The order of the tags can be used to reflect on their order by the 
parsing tools.
-        * Not all tags that are used by the <a 
href='http://swagger.io/specification/#operationObject'>Operation Object</a> 
must be declared.
+        * Not all tags that are used by the <a class="doclink" 
href="http://swagger.io/specification/#operationObject";>Operation Object</a> 
must be declared.
         * The tags that are not declared may be organized randomly or based on 
the tools' logic.
         * Each tag name in the list MUST be unique.
         *
@@ -629,7 +629,7 @@ public class Swagger {
         * <p>
         * A list of tags used by the specification with additional metadata.
         * The order of the tags can be used to reflect on their order by the 
parsing tools.
-        * Not all tags that are used by the <a 
href='http://swagger.io/specification/#operationObject'>Operation Object</a> 
must be declared.
+        * Not all tags that are used by the <a class="doclink" 
href="http://swagger.io/specification/#operationObject";>Operation Object</a> 
must be declared.
         * The tags that are not declared may be organized randomly or based on 
the tools' logic.
         * Each tag name in the list MUST be unique.
         *
@@ -646,7 +646,7 @@ public class Swagger {
         * <p>
         * A list of tags used by the specification with additional metadata.
         * The order of the tags can be used to reflect on their order by the 
parsing tools.
-        * Not all tags that are used by the <a 
href='http://swagger.io/specification/#operationObject'>Operation Object</a> 
must be declared.
+        * Not all tags that are used by the <a class="doclink" 
href="http://swagger.io/specification/#operationObject";>Operation Object</a> 
must be declared.
         * The tags that are not declared may be organized randomly or based on 
the tools' logic.
         * Each tag name in the list MUST be unique.
         *


Reply via email to