[PATCH 0/4] Document a few Wayland objects

Aaron Faanes dafrito at gmail.com
Wed Aug 28 16:01:58 PDT 2013


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



More information about the wayland-devel mailing list