mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
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>
This commit is contained in:
parent
98d94b5c1d
commit
3e58aa1e06
2 changed files with 3 additions and 1 deletions
|
|
@ -1470,6 +1470,8 @@ wl_display_add_shm_format(struct wl_display *display, uint32_t format)
|
|||
*
|
||||
* \sa wl_display_add_shm_format()
|
||||
*
|
||||
* \private
|
||||
*
|
||||
* \memberof wl_display
|
||||
*/
|
||||
struct wl_array *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue