diff options
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | 2012-10-12 17:28:57 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-10-15 13:06:15 -0400 |
commit | 2320757e8ecd02bb3a12848138dee172979be310 (patch) | |
tree | 17765189a1687918856cb1d732836c5eeccfebcd /doc | |
parent | e78abc489250887c543a1fd0ae43a9839997486a (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen/wayland.doxygen.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doxygen/wayland.doxygen.in b/doc/doxygen/wayland.doxygen.in index 323f5b4..c47a5ec 100644 --- a/doc/doxygen/wayland.doxygen.in +++ b/doc/doxygen/wayland.doxygen.in @@ -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 |