com.google.doclava
Class ParsedTagInfo

java.lang.Object
  extended by com.google.doclava.TagInfo
      extended by com.google.doclava.ParsedTagInfo
Direct Known Subclasses:
ParamTagInfo, ThrowsTagInfo

public class ParsedTagInfo
extends TagInfo


Method Summary
 TagInfo[] commentTags()
           
static
<T extends ParsedTagInfo>
TagInfo[]
joinTags(T[] tags)
           
protected  void setCommentText(String comment)
           
 
Methods inherited from class com.google.doclava.TagInfo
makeHDF, makeHDF, makeHDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

commentTags

public TagInfo[] commentTags()

setCommentText

protected void setCommentText(String comment)

joinTags

public static <T extends ParsedTagInfo> TagInfo[] joinTags(T[] tags)


Copyright © 2010-2013 Google. All Rights Reserved.