androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 176 forks source link

Resolve invalid tag #683

Closed jswong65 closed 2 years ago

jswong65 commented 2 years ago

This PR is used to resolve the invalid tag errors during the androidx migration.

  1. Remove @DoNotShow tag
  2. Make a JavaDoc comment for @TODO add description to a code comment.

For #2, it would still have checkstyle issues, we could add the empty JavaDoc to mitigate it if necessary.

Also, I remove a return Unit type in ConstraintLayout.kt:1551 to resolve Unnecessary "Unit" return type (no-unit-return).