Repository: incubator-juneau Updated Branches: refs/heads/master f96331c48 -> 18f14a7d4
http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/18f14a7d/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Tag.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Tag.java b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Tag.java index 21a7ee5..dba2be3 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Tag.java +++ b/juneau-core/src/main/java/org/apache/juneau/dto/swagger/Tag.java @@ -15,7 +15,7 @@ package org.apache.juneau.dto.swagger; import org.apache.juneau.annotation.*; /** - * Allows adding meta data to a single tag that is used by the <a href='http://swagger.io/specification/#operationObject'>Operation Object</a>. + * Allows adding meta data to a single tag that is used by the <a class="doclink" href="http://swagger.io/specification/#operationObject">Operation Object</a>. * <p> * It is not mandatory to have a Tag Object per tag used there. * @@ -72,7 +72,7 @@ public class Tag { * Bean property getter: <property>description</property>. * <p> * A short description for the tag. - * <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. */ @@ -84,7 +84,7 @@ public class Tag { * Bean property setter: <property>description</property>. * <p> * A short description for the tag. - * <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).
