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 handling of multiline description blocks #341

Merged
merged 2 commits into from
Mar 23, 2019
Merged

Fix handling of multiline description blocks #341

merged 2 commits into from
Mar 23, 2019

Conversation

umanovskis
Copy link
Contributor

Corrects a bug when mixing general API and ops with @description tags in the same file.

See issue #340

@codecov-io
Copy link

codecov-io commented Mar 22, 2019

Codecov Report

Merging #341 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
+ Coverage   87.69%   87.74%   +0.04%     
==========================================
  Files           7        7              
  Lines        1260     1265       +5     
==========================================
+ Hits         1105     1110       +5     
  Misses         92       92              
  Partials       63       63
Impacted Files Coverage Δ
parser.go 88.85% <100%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a22132...e0f4050. Read the comment docs.

parser.go Show resolved Hide resolved
Copy link
Member

@pei0804 pei0804 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I commented.

Copy link
Member

@pei0804 pei0804 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@easonlin404 easonlin404 merged commit 0d4d8f5 into swaggo:master Mar 23, 2019
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.

4 participants