Doc change: fix docs build.

Change-Id: Ifdb25d52629e62b0e909aa3ac00bff4df257ffd2
This commit is contained in:
Dirk Dougherty
2013-10-29 11:33:33 -07:00
parent 3bdf60dc29
commit 24445c3521

View File

@@ -86,9 +86,9 @@ both phones and tablets.</p>
public static final *** NULL;
}
-keepnames @com.google.android.gms.common.annotation.KeepName class *
-keepnames &#64;com.google.android.gms.common.annotation.KeepName class *
-keepclassmembernames class * {
@com.google.android.gms.common.annotation.KeepName *;
&#64;ccom.google.android.gms.common.annotation.KeepName *;
}
-keepnames class * implements android.os.Parcelable {