doc: Add some doxygen documentation to wayland-client entry points

Add some brief documentation for the public libwayland-client entry
points. This is by no means complete, some functions are still
undocumented and some might need extra information.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
Ander Conselvan de Oliveira 2012-10-12 17:28:57 +03:00 committed by Kristian Høgsberg
parent e78abc4892
commit 2320757e8e
3 changed files with 180 additions and 2 deletions

View file

@ -30,8 +30,17 @@
extern "C" {
#endif
/** \class wl_proxy
*
*/
struct wl_proxy;
/** \class wl_display
*/
struct wl_display;
/** \class wl_event_queue
*/
struct wl_event_queue;
void wl_event_queue_destroy(struct wl_event_queue *queue);