summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-11-14 12:28:51 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-11-15 14:46:48 -0800
commitc2bba88ccd68c5ea6792a875499cec276db594f8 (patch)
tree9cb17ee682b03c0d05826771f44f0ad36ff05af1 /doc
parenta71cf48ce0d92d891461fd2a2da05860b418dcee (diff)
Add documentation for wl_shm_buffer_begin/end_access
It's not obvious that these functions are needed so it would be good to have some documentation for them.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
index 0351c1e..078506d 100644
--- a/doc/doxygen/Makefile.am
+++ b/doc/doxygen/Makefile.am
@@ -14,7 +14,8 @@ scanned_src_files_client = \
scanned_src_files_server = \
$(scanned_src_files_shared) \
$(top_srcdir)/src/wayland-server.c \
- $(top_srcdir)/src/wayland-server.h
+ $(top_srcdir)/src/wayland-server.h \
+ $(top_srcdir)/src/wayland-shm.c
# find all man/man3/wl_foo.3 pages
# for this to work, we need to create them before the man target (hence