Skip to content

Commit

Permalink
Update format_docs doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
escritorio-gustavo authored Feb 12, 2024
1 parent c709437 commit ed9abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub fn parse_serde_attrs<'a, A: TryFrom<&'a Attribute, Error = Error>>(
.into_iter()
}

/// Return a vector of all lines of doc comments in the given vector of attributes.
/// Return doc comments parsed and formatted as JSDoc.
pub fn parse_docs(attrs: &[Attribute]) -> Result<String> {
let lines = attrs
.iter()
Expand Down

0 comments on commit ed9abd3

Please sign in to comment.