문제

Noticed while looking through the android sdk of a tag like this:

<eat-comment/>

What is it used for? A reference example for it is here:

https://github.com/android/platform_frameworks_base/blob/master/core/res/AndroidManifest.xml

도움이 되었습니까?

해결책

<eat-comment/> is used to suppress comment lines from the documentation output.

You can read a little bit about it, with examples, here: https://android.googlesource.com/platform/frameworks/base/+/2888524e03896831f487e5dee63f18f1c33c0115/core/res/res/values/attrs.xml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top