extract.docs.fun {inlinedocs} | R Documentation |
Given a function, return a list describing inline documentation in the source of that function (relies on source attr).
extract.docs.fun(fun)
fun |
The function to examine. |
Named list of character strings extracted from comments. For each name N we will look for N{...} in the Rd file and replace it with the string in this list (implemented in modify.Rd.file).
Toby Dylan Hocking <toby.hocking@etu.upmc.fr>