-
Notifications
You must be signed in to change notification settings - Fork 0
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
Standardize the notation for optional
parameters in documentation
#52
Comments
@gogonzo @donyunardi @vedhav just informing you, in case you missed arrangements in insightsengineering/teal.modules.general#646 (comment) |
Hey guys, we had a chat in here insightsengineering/teal.modules.general#698 (comment) and I believe for situations like optional specifies font size that are not grammatically correct, we need to put optional, specifies font size |
So it's probably gonna be |
part of insightsengineering/nestdevs-tasks#52 - update Roxygen tags - standardise optional notation --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: Marcin <[email protected]>
part of insightsengineering/nestdevs-tasks#52 - standardise optional notation - updated roxygen tags --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: m7pr <[email protected]> Co-authored-by: Marcin <[email protected]>
part of insightsengineering/nestdevs-tasks#52 --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: Marcin <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
part of insightsengineering/nestdevs-tasks#52 --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: Marcin <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
part of insightsengineering/nestdevs-tasks#52 --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: Marcin <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
part of insightsengineering/nestdevs-tasks#52 --------- Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
part of insightsengineering/nestdevs-tasks#52 --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Aleksander Chlebowski <[email protected]>
Hey @kartikeyakirar. It looks like every package that requires action had been done. Can we close it? |
Yes |
In our ongoing efforts to maintain consistency across our documentation, particularly within Nest packages it has become apparent that we need to align on a standardized way to indicate
optional
parameters in our documentation. This issue arises from our discussion here.Currently, @averissimo identified various formats in use across different packages, as follows:
The suggested format, based on our collective insights, is
@param (character) optional ....
Changes to be done here
The text was updated successfully, but these errors were encountered: