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

Fix typo in parameter description attribute #3607

Merged
merged 2 commits into from
Oct 13, 2020

Conversation

infotexture
Copy link
Member

Description

When the store-type parameter was added in b402e2f for #3548, it looks like the @deprecated attribute name may have been chosen from an IDE autocompletion process instead of the @desc attribute that provides the parameter description.

Motivation and Context

This commit fixes the attribute name, so the (currently missing) description will appear in the parameter documentation at
https://www.dita-ot.org/dev/parameters/parameters-base.html#base__store-type.

How Has This Been Tested?

✅ Built site output locally, parameter description is shown.

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)

Documentation and Compatibility

  • Fixing this in plug-in code will fix the docs.

When the `store-type` parameter was added in b402e2f for #3548, it looks like the `@deprecated` attribute name may have been chosen from an IDE autocompletion process instead of the `@desc` attribute that provides the parameter description.

This commit fixes the attribute name, so the description will appear in the docs at <https://www.dita-ot.org/dev/parameters/parameters-base.html#base__store-type>.

Signed-off-by: Roger Sheen <roger@infotexture.net>
@infotexture infotexture self-assigned this Oct 11, 2020
Information about default values is appended to the parameter description in the documentation, so it's important that each description is a complete sentence.

Signed-off-by: Roger Sheen <roger@infotexture.net>
@infotexture infotexture merged commit c674e3c into develop Oct 13, 2020
@infotexture infotexture deleted the bug/fix-attribute-typo branch October 13, 2020 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants