OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextTagInfo
(Results
1 - 3
of
3
) sorted by null
/external/doclava/src/com/google/doclava/
TextTagInfo.java
19
public class
TextTagInfo
extends TagInfo {
20
TextTagInfo
(String n, String k, String t, SourcePositionInfo p) {
Comment.java
308
mInlineTagsList.add(new
TextTagInfo
("Text", "Text", text, pos));
343
mUndeprecateTagsList.add(new
TextTagInfo
("@undeprecate", "@undeprecate", text, pos));
361
TagInfo t = new
TextTagInfo
(name, name, text, pos);
511
mInlineTagsList.add(new
TextTagInfo
("Text", "Text", mText,
Converter.java
114
return new
TextTagInfo
(tag.name(), tag.kind(), tag.text(),
Completed in 81 milliseconds