-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header files documentation #804
Header files documentation #804
Conversation
(namespace), all macros defined in "crow/app.h".
class sha1::SHA1, namespace crow and namespace crow::websocket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace the TODOs with content before merge?
Sure. But while I do this, how does look the other docs for you? |
Probably, yes. hadn't the time to look deeper into it. |
* master: (24 commits) Get rid of unnecessary string copies in the the keys() method Header files documentation (#804) Add option to use Boost.Asio add HTTP status 406 fix: compilation error with libc++ fix: parse body when unsupported HTTP/2 upgrade is requested Add configurable exception handler (#637) adds flag to avoid adding blueprints multiple times adds a flag to avoid adding static routes multiple times adds new tests update existing tests split the different responsibilities of validate into different functions Create dependabot.yml ...
In resume I did:
crow/app.h
.namespace crow
.namespace crow::websocket
.crow::App
alias.crow::SimpleApp
alias.class sha1::SHA1
.crow/app.h
.crow/TinySHA1.hpp
.Probably is not ready for production, because some classes (or namespaces) have a
TODO
bodyin documentation. This because I wanna write a better documentation of it in the future