Skip to content
Snippets Groups Projects
Commit 212a061a authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Start documenting condvar


Add Doxygen comments to the condvar class. Only the C++ interface
(condvar's methods) is documented, not the alternative C interface
(condvar_* functions).

A reminder: run "doxygen" and point your browser to doxyout/html/index.html
to see the API documentation we have so far.

A lot can still be added to this condvar documentation, including a
good introduction to how to use condition variables, why they have
a mutex, etc. But it's at least a start.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
parent f966188e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment