You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add missing @brief, @param, @return tags to operators
- src/operators/~~.sql: Add function documentation for LIKE operator
- src/operators/<>.sql: Add @param and @return tags
- Fix validate-required-tags.sh to handle longer comment blocks
- Increased tail from 20 to 100 lines to capture complete comments
- Previous limit was truncating @brief tags in longer documentation blocks
- Fixes false positive errors for well-documented functions
All validation now passes with 0 errors and 0 warnings.
0 commit comments