你如何评论Proguard.cfg中的规则?

Cod*_*oid 9 android proguard

用什么语法来注释Proguard.cfg中的proguard规则?谢谢

Ale*_*cas 20

哈希符号.

# This is a comment.  The 3 lines below are not.
-keepclassmembers class * extends android.app.Activity { 
       public void *(android.view.View); 
}
Run Code Online (Sandbox Code Playgroud)