We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mode
engine
working on #1040 was quite a puzzle.
Not high priority, but I think there is a better way to handle this. In an ideal world, there would be an @inherits that JUST handled mode and engine.
@inherits
i would like it to look like the following:
@inheritFrom base-reg @inheritFrom base-class-reg @inheritFrom base-reg-cens @inheritFrom base-class-cens @inheritFrom base-class-reg-cens
Or some other type of roxygen magic.
@param engine is defined 9 times and @param mode is defined 16 times. But should be no more than 5 atm.
@param engine
@param mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
working on #1040 was quite a puzzle.
Not high priority, but I think there is a better way to handle this. In an ideal world, there would be an
@inherits
that JUST handledmode
andengine
.i would like it to look like the following:
Or some other type of roxygen magic.
@param engine
is defined 9 times and@param mode
is defined 16 times. But should be no more than 5 atm.The text was updated successfully, but these errors were encountered: