Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] need @copyparam #10821

Open
zhangzq opened this issue Apr 24, 2024 · 1 comment
Open

[feature request] need @copyparam #10821

zhangzq opened this issue Apr 24, 2024 · 1 comment
Labels
duplicate enhancement a request to enhance doxygen, not a bug

Comments

@zhangzq
Copy link

zhangzq commented Apr 24, 2024

In many cases, the functions share same parameters with same doc on them. @copyparam will be useful in these cases.

## @brief This is a function. 
# @param a This is parameter.
def function1(a):
    pass

## @brief This is another function.
# @param a @copyparam function1 a
def function2(a):
    pass
@zhangzq zhangzq changed the title need @copyparam [feature request] need @copyparam Apr 24, 2024
@albert-github albert-github added duplicate enhancement a request to enhance doxygen, not a bug labels Apr 24, 2024
@albert-github
Copy link
Collaborator

There are already a number of requests for this feature (even one from yourself).
Setting issue to duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate enhancement a request to enhance doxygen, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants