DocLink-class {inlinedocs} | R Documentation |
Link documentation among related functions
Description
The .DocLink
class provides the basis for hooking together
documentation of related classes/functions/objects. The aim is that
documentation sections missing from the child are inherited from
the parent class.
Objects from the Class
Objects can be created by calls of the form new(DocLink ...)
Slots
name
:(
character
) name of objectcreated
:(
character
) how createdparent
:(
character
) parent class or NAcode
:(
character
) actual source linesdescription
:(
character
) preceding description block
Methods
No methods defined with class "DocLink" in the signature.
[Package inlinedocs version 2023.9.4 Index]