commit | 7656554f91b40bc93bf94c89afcad4a9a8ced884 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Thu Mar 10 21:55:04 2016 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Fri Mar 11 00:22:52 2016 -0800 |
tree | 76a275c869513d419dc85ee2b7f946688043e3d9 | |
parent | 5b37ef489a4090da3643041c8d0e6efa282ad8b6 [diff] [blame] |
AAPT2: Add descriptions of Attributes in Styleables for R.java Change-Id: I69e7b73cbdfe4baf502348397435c501ae29ff5e
diff --git a/tools/aapt2/java/AnnotationProcessor.h b/tools/aapt2/java/AnnotationProcessor.h index e7f2be0..fadf584 100644 --- a/tools/aapt2/java/AnnotationProcessor.h +++ b/tools/aapt2/java/AnnotationProcessor.h
@@ -61,6 +61,8 @@ void appendComment(const StringPiece16& comment); void appendComment(const StringPiece& comment); + void appendNewLine(); + /** * Writes the comments and annotations to the stream, with the given prefix before each line. */