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

Small fixes for returns and since #6

Merged
merged 11 commits into from
Jul 22, 2023
Merged

Small fixes for returns and since #6

merged 11 commits into from
Jul 22, 2023

Conversation

homer0
Copy link
Owner

@homer0 homer0 commented Jul 22, 2023

What does this PR do?

How should it be tested manually?

npm test

homer0 added 11 commits July 21, 2023 20:05
Before moving the return tag to the new group, even on inline mode, it was
rendering the description in a column format.
Now, it will correctly move it to a new line in inline mode, and in column
mode, it will align it with the name property, instead of the description,
so the white space will be reduced.
Some editors require the todo tag to be in the same line as the description,
that's why the tag needed to be moved. This will ensure that even on inline
mode, todo and its description get rendered as columns.
@homer0 homer0 merged commit a70f6ae into main Jul 22, 2023
4 checks passed
@homer0 homer0 deleted the next branch July 22, 2023 03:34
@github-actions
Copy link

🎉 This PR is included in version 7.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

feature request: allow free text after @since bug: @returns does not respect jsdocUseColumns false
1 participant