Skip to content

Ability to use inherit to import contents but not overwrite #1584

@alisonmosky

Description

@alisonmosky

I would like to be able to essentially import the details from another function into the current function I'm documenting.

What i'm hoping for is something like

`@details
This function is a wrapper function for function_A. After retrieving the data from function_A, this function further wrangles the data....
Details for the logic flow of function_A are shown below:

`@inherit function_A details

This does not work. I either have to copy paste the details section from the other function or ONLY inherit the details from that function.

Is there any way around this? Maybe @inherit function_A details as @newsection so that you can inherit the contents but rename it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions