pub fn parse_handler_comments(comments: &[String]) -> HandlerInfoExpand description
Parses handler comments to extract documentation information.
Supports annotations like @summary, @description, and @param.
ยงArguments
comments- Array of comment strings from the handler