Follow up for #1912946: Clean up comments in comment.views.inc node.views.inc user.views.inc and comment #9
Problem/Motivation
Comments are not meeting the standards: http://drupal.org/node/1354
Proposed resolution
Clean up the comments, removing the un-needed ones, making others complete sentences, and moving inline comments to their own lines, etc.
The following files need to be reviewed:
- core/modules/action/action.views.inc
- core/modules/contextual/contextual.views.inc
- core/modules/field/field.views.inc
- core/modules/file/file.views.inc
- core/modules/history/history.views.inc
- core/modules/image/image.views.inc
- core/modules/language/language.views.inc
- core/modules/statistics/statistics.views.inc
- core/modules/system/tests/modules/entity_test/entity_test.views.inc
- core/modules/taxonomy/taxonomy.views.inc
- core/modules/views/tests/views_test_data/views_test_data.views.inc
- core/modules/views/views.views.inc
Remaining tasks
Cleanup comments in the above files.
User interface changes
No UI changes.
API changes
No API changes.