diff options
author | Adam Lesinski <adamlesinski@google.com> | 2016-03-10 21:55:04 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2016-03-11 00:22:52 -0800 |
commit | 7656554f91b40bc93bf94c89afcad4a9a8ced884 (patch) | |
tree | 76a275c869513d419dc85ee2b7f946688043e3d9 /tools/aapt2/java/AnnotationProcessor.h | |
parent | 5b37ef489a4090da3643041c8d0e6efa282ad8b6 (diff) |
AAPT2: Add descriptions of Attributes in Styleables for R.java
Change-Id: I69e7b73cbdfe4baf502348397435c501ae29ff5e
Diffstat (limited to 'tools/aapt2/java/AnnotationProcessor.h')
-rw-r--r-- | tools/aapt2/java/AnnotationProcessor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/java/AnnotationProcessor.h b/tools/aapt2/java/AnnotationProcessor.h index e7f2be0dc12b..fadf58440991 100644 --- a/tools/aapt2/java/AnnotationProcessor.h +++ b/tools/aapt2/java/AnnotationProcessor.h @@ -61,6 +61,8 @@ public: 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. */ |