Description:
Documentation states that @tag can be used to create tags, implying multiple tags can be defined in a single directive. In practice, only one tag is accepted per @tag line.
Expected Behavior:
Ability to define multiple tags in a single directive, e.g.
// @tag MINE, AI
Actual Behavior:
Each tag must be declared on its own line:
Steps to Reproduce:
- Add multiple tags in a single
@tag directive.
- Observe only one tag is recognized.
Impact:
Confusing documentation and extra boilerplate for tagging.
Environment:
Latest version (issue reproducible on current release).
Suggestion:
Either support multiple tags per @tag directive or update documentation to clarify one-tag-per-line requirement.