Home | History | Annotate | Download | only in platform

Lines Matching refs:javadoc

50  * possible flag or enum values, whether it's deprecated and its javadoc.
62 /** Short javadoc (i.e. the first sentence). */
83 * @param javadoc Short javadoc (i.e. the first sentence).
85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) {
88 mJavaDoc = javadoc;
130 /** Returns a short javadoc, .i.e. the first sentence. */
153 /** Sets a short javadoc, .i.e. the first sentence. */
154 public void setJavaDoc(String javaDoc) {
155 mJavaDoc = javaDoc;