mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add documentation for the public interface.
This is probably not perfect yet but it should be better than nothing. We'll improve things with feedback received from the many users.
This commit is contained in:
parent
2b3bfdd783
commit
108a491f55
19 changed files with 319 additions and 12 deletions
3
Makefile
3
Makefile
|
@ -29,3 +29,6 @@ dialyze:
|
|||
@$(DIALYZER) --src src --plt .cowboy_dialyzer.plt \
|
||||
-Wbehaviours -Werror_handling \
|
||||
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
|
||||
|
||||
docs:
|
||||
@$(REBAR) doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue