mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 21:28:59 +08:00
2285864e64
- Update PARAM_TAG_RE to correctly match @param[in], @param[out], @param[in,out] - Require space after qualifier to avoid matching @paramfoo - Add self-test cases for mixed @param[in] and @param[out] qualifiers Addresses review comments from Copilot and cubic-dev-ai