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

Bug formatting empty docstring items #127

Closed
dduan opened this issue Dec 17, 2019 · 0 comments · Fixed by #128
Closed

Bug formatting empty docstring items #127

dduan opened this issue Dec 17, 2019 · 0 comments · Fixed by #128
Labels
bug Something isn't working

Comments

@dduan
Copy link
Owner

dduan commented Dec 17, 2019

/// Notice how `foo` doesn't have any content
///
/// - Parameter foo:

will be formatted into

/// Notice how `foo` doesn't have any content
///
/// - Parameter foo: ///
@dduan dduan added the bug Something isn't working label Dec 17, 2019
dduan added a commit that referenced this issue Dec 17, 2019
The first line in an item is different than the rest lines in that its
`///` is later added in a different place.

This logic is so messy :/

Fixes #127
dduan added a commit that referenced this issue Dec 17, 2019
The first line in an item is different than the rest lines in that its
`///` is later added in a different place.

This logic is so messy :/

Fixes #127
dduan added a commit that referenced this issue Dec 17, 2019
The first line in an item is different than the rest lines in that its
`///` is later added in a different place.

This logic is so messy :/

Fixes #127
dduan added a commit that referenced this issue Dec 18, 2019
The first line in an item is different than the rest lines in that its
`///` is later added in a different place.

This logic is so messy :/

Fixes #127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant