diff options
author | Loïc Hoguin <[email protected]> | 2017-09-04 14:33:44 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-09-04 14:33:44 +0200 |
commit | 58e9e76814a8291894ba01ac8a4551e4f8d480b3 (patch) | |
tree | 58145af48e5c9dbcec51ffec14bb9faea25c6b24 /doc/src/guide/book.asciidoc | |
parent | 47aa0097ed3f63bf0de1b540a6a8d4086e3d2ea6 (diff) | |
download | cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.tar.gz cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.tar.bz2 cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.zip |
Fix more documentation todos
I have decided not to include a manual page for
cowboy_stream_h at this point because it clashes
with the cowboy_stream manual page. This decision
will be revisited in the future.
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index 98e2d83..39e70d2 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -75,6 +75,4 @@ include::middlewares.asciidoc[Middlewares] include::migrating_from_1.0.asciidoc[Migrating from Cowboy 1.0 to 2.0] -// @todo Maybe history? Could take info from architecture also. - include::specs.asciidoc[HTTP and other specifications] |