-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
featurea feature request or enhancementa feature request or enhancement
Milestone
Description
Currently, the family tag returns:
Other great functions: fn1, fn2
To be in line with the tidyverse style guide, it might be useful to return:
Other great functions: fn1(), fn2()
The change could be made here, I believe:
https://github.com/klutometis/roxygen/blob/be3ef309381923e64337c3324510746990fde62f/R/rd-family.R#L18
Edit) I am not sure if the family tag is ever used to link to things other than functions, but that might be something to consider as a reason not to do this.
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement