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

@ -648,7 +648,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = @top_srcdir@/src/wayland-client.h
INPUT = @top_srcdir@/src/wayland-client.c \
@top_srcdir@/src/wayland-client.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is