0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Remove the confusing doc folder

All documentation is in README.md, guide/ or manual/ now.
This commit is contained in:
Loïc Hoguin 2013-12-02 16:00:49 +01:00
parent 72ef4ef2f7
commit ab98342afe
2 changed files with 0 additions and 14 deletions

View file

@ -1,10 +0,0 @@
Cowboy documentation
====================
Documentation for Cowboy is available online at the following addresses:
* [README](http://ninenines.eu/docs/en/cowboy/HEAD/README)
* [User Guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction)
This folder is used for generating the Reference Manual. You can generate
it yourself by typing `make docs` in the top-level Cowboy directory.

View file

@ -1,4 +0,0 @@
@author Loïc Hoguin <essen@ninenines.eu>
@copyright 2011-2012 Loïc Hoguin
@version HEAD
@title Small, fast, modular HTTP server.