I am using roxygen2
for creating funciton documentation. For a function with several arguments, as I was not happy with the formatting in default Usage section created by roxygen2
, I added a section with @usage
tag with manual formatting. However, when I use reflow comment, the formatting in the usage section is lost.
Is there any way to avoid reflow comment for only the Usage section ?