summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2015-01-02 18:29:17 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-01-23 18:44:56 -0800
commitd3770c0661f1c38ee3d0eecef32a4ffeee96907b (patch)
tree4554ccf6ed0fdeedddfe1e950e4f814be279b7f3
parent074e120cb3ec373b5594cc29280b4622d18c422d (diff)
downloadwayland-d3770c0661f1c38ee3d0eecef32a4ffeee96907b.tar.gz
doc: Remove wl_map from documentation
This object is only in wayland-private.h so it's methods should not be in the documentation. Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/wayland-util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland-util.c b/src/wayland-util.c
index b099882..db51ebb 100644
--- a/src/wayland-util.c
+++ b/src/wayland-util.c
@@ -149,6 +149,8 @@ wl_array_copy(struct wl_array *array, struct wl_array *source)
return 0;
}
+/** \cond */
+
union map_entry {
uintptr_t next;
void *data;
@@ -361,6 +363,8 @@ wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data)
for_each_helper(&map->server_entries, func, data);
}
+/** \endcond */
+
static void
wl_log_stderr_handler(const char *fmt, va_list arg)
{