You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/08/23 03:20:04 UTC

[24/35] git commit: Add @tapestrydoc annotation

Add @tapestrydoc annotation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/4a759273
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/4a759273
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/4a759273

Branch: refs/heads/master
Commit: 4a759273b027d0fb001de15c8245987ebb112636
Parents: 580dbf6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 17:38:23 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 17:38:23 2013 -0700

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/corelib/components/Glyphicon.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4a759273/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
index 838f523..66ca5ba 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
@@ -22,6 +22,7 @@ import org.apache.tapestry5.annotations.Parameter;
  * Renders a {@code <span>} tag with the CSS class to select a <a href="http://getbootstrap.com/components/#glyphicons">Bootstrap Glyphicon</a>.
  *
  * @since 5.4
+ * @tapestrydoc
  */
 public class Glyphicon
 {