I'm using the resource merge one via a copied version of ValueResourceParser.
I haven't had more time to dig into the code (comments are probably just ignored), but I did notice this morning that the merged resources actually do not merge comments. I had thought comments were preserved which was what prompted this email. If comments are not parsed here, how do they make it into the generated R? --- Jake Wharton http://about.me/jakewharton On Tue, Jan 28, 2014 at 9:53 AM, Xavier Ducrohet <[email protected]> wrote: > Which one? We have 2 resourceItem classes. One that was used in ADT and a > new one that is part of the Resource Merger. > > Are you looking at higher level documentation (since the JavaDoc is there > already)? I do need to write one. > > > On Mon, Jan 27, 2014 at 11:32 PM, Jake Wharton <[email protected]>wrote: > >> Is it possible to get the documentation for a ResourceItem? I can't >> figure out how this is currently done and it's not obvious. I'm >> specifically looking to get the documentation for a string. >> >> Also, are there plans to expose resource parsing helpers in the public >> API? Right now they are package scoped (specifically: ValueResourceParser). >> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
