Hello! These patches add some doxygen documentation to the following objects:
* wl_container_of (used by wl_list) * wl_listener * wl_signal These classes are fairly self-explanatory (well, wl_container_of isn't ;), so documentation isn't essential per se. However, I figured these pieces would be good places to start, and they also pop up as doxygen warnings when making, so I just went ahead and churned them out. Feedback welcome! Aaron Faanes (4): utils: Document wl_container_of wayland-server: Document wl_listener wayland-server: Document wl_signal utils: tweak wl_list for better doxygen output src/wayland-server.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ src/wayland-util.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 94 insertions(+), 2 deletions(-) -- 1.8.3.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
