Searched refs:getDeprecatedSince (Results 1 – 6 of 6) sorted by relevance
149 if (doc.isDeprecated() && doc.getDeprecatedSince() == null) { in versionClass()167 if (constructor.isDeprecated() && constructor.getDeprecatedSince() == null) { in versionConstructors()190 if (field.isDeprecated() && field.getDeprecatedSince() == null) { in versionFields()209 if (method.isDeprecated() && method.getDeprecatedSince() == null) { in versionMethods()
134 public String getDeprecatedSince() { in getDeprecatedSince() method in DocInfo136 return comment().getDeprecatedSince(); in getDeprecatedSince()
380 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
549 public String getDeprecatedSince() { in getDeprecatedSince() method in Comment
634 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeHDF()
1259 data.setValue(base + ".deprecatedsince", getDeprecatedSince()); in makeShortDescrHDF()1330 data.setValue("class.deprecatedsince", getDeprecatedSince()); in makeHDF()