Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from wavded/patch-1
Browse files Browse the repository at this point in the history
Fix Parameter Kind for Drafter >= 3.2.4
  • Loading branch information
subosito authored Jul 10, 2017
2 parents 65b6fad + 021b219 commit 13b7a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func extractHrefs(child *Element) (h Href) {
Required: isContains("attributes.typeAttributes", "required", content),
Key: content.Path("content.key.content").String(),
Value: content.Path("content.value.content").String(),
Kind: content.Path("content.value.element").String(),
Kind: content.Path("meta.title").String(),
Description: content.Path("meta.description").String(),
}

Expand Down

0 comments on commit 13b7a7a

Please sign in to comment.