doc: Unpublish wl_display_get_additional_shm_formats
authorYong Bakos <ybakos@humanoriented.com>
Thu, 12 May 2016 20:52:37 +0000 (15:52 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 2 Jun 2016 00:34:17 +0000 (17:34 -0700)
commit3e58aa1e0621f9183188bc79c51e0a3eca932465
treeba06b6dbe4c77806fdb4f86b0f8b78521dd2fc34
parent98d94b5c1d1cc21f5c963cdebc1cd535c6ae5b4f
doc: Unpublish wl_display_get_additional_shm_formats

The Wayland docbook and the doxygen html docs had been presenting
wl_display_get_additional_shm_formats as part of the public API, but the
prototype for this function is in wayland-private.h.

Add a \private annotation to the doc comment, preventing doxygen from
publishing this function as public.
Add logic to the publican xsl to only transform elements with a "prot"
attribute value of "public".

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
doc/publican/doxygen-to-publican.xsl
src/wayland-server.c