OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InheritedTags
(Results
1 - 4
of
4
) sorted by null
/external/doclava/src/com/google/doclava/
InheritedTags.java
19
public interface
InheritedTags
{
22
InheritedTags
inherited();
TagInfo.java
68
public static void makeHDF(Data data, String base,
InheritedTags
tags) {
72
private static int makeHDF(Data data, String base, TagInfo[] tags,
InheritedTags
inherited,
MethodInfo.java
32
private class InlineTags implements
InheritedTags
{
37
public
InheritedTags
inherited() {
177
private class FirstSentenceTags implements
InheritedTags
{
182
public
InheritedTags
inherited() {
192
private class ReturnTags implements
InheritedTags
{
197
public
InheritedTags
inherited() {
307
public
InheritedTags
inlineTags() {
311
public
InheritedTags
firstSentenceTags() {
315
public
InheritedTags
returnTags() {
TodoFile.java
27
public static boolean areTagsUseful(
InheritedTags
tags) {
Completed in 1903 milliseconds