parse_handler_comments

Function parse_handler_comments 

Source
pub fn parse_handler_comments(comments: &[String]) -> HandlerInfo
Expand description

Parses handler comments to extract documentation information.

Supports annotations like @summary, @description, and @param.

ยงArguments

  • comments - Array of comment strings from the handler