We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d7d7 commit fdb1e03Copy full SHA for fdb1e03
changelog.d/issue1240
@@ -0,0 +1,15 @@
1
+synopsis: Merge documentation from duplicate routes
2
+prs: #1241
3
+issues: #1240
4
+
5
+description: {
6
7
+Servant supports defining the same route multiple times with different
8
+content-types and result-types, but servant-docs was only documenting
9
+the first of copy of such duplicated routes. It now combines the
10
+documentation from all the copies.
11
12
+Unfortunately, it is not yet possible for the documentation to specify
13
+multiple status codes.
14
15
+}
0 commit comments