Skip to content

Commit ed9abd3

Browse files
Update format_docs doc comment
1 parent c709437 commit ed9abd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macros/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub fn parse_serde_attrs<'a, A: TryFrom<&'a Attribute, Error = Error>>(
116116
.into_iter()
117117
}
118118

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

0 commit comments

Comments
 (0)