com.google.doclava
Class CodeTagInfo

java.lang.Object
  extended by com.google.doclava.TagInfo
      extended by com.google.doclava.CodeTagInfo

public class CodeTagInfo
extends TagInfo

Inline tag for code references, such as CodeTagInfo info. Code tags are html-encoded.


Constructor Summary
CodeTagInfo(String text, SourcePositionInfo sp)
           
 
Method Summary
 
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
 

Constructor Detail

CodeTagInfo

public CodeTagInfo(String text,
                   SourcePositionInfo sp)


Copyright © 2010-2013 Google. All Rights Reserved.