diff options
author | Aaron Faanes <dafrito@gmail.com> | 2013-09-15 13:37:07 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-09-16 21:59:12 -0700 |
commit | fffcdb25deb51bcb3698563f30c5b4882e3ff107 (patch) | |
tree | fa81cb6d785673c59b6ad53ebc83051c54a89001 /src | |
parent | bc30c5eb8a88f4e99555de72d4b098d1cb1efdf1 (diff) |
utils: Add doxygen for wayland-util.h
This is needed for doxygen to generate output for macro definitions, such
as wl_container_of, that are contained by this file. Classes like
wl_list would be documented regardless.
Diffstat (limited to 'src')
-rw-r--r-- | src/wayland-util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wayland-util.h b/src/wayland-util.h index de2e464..aa74512 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @@ -20,6 +20,11 @@ * OF THIS SOFTWARE. */ +/** \file wayland-util.h + * + * \brief Utility classes, functions, and macros. + */ + #ifndef WAYLAND_UTIL_H #define WAYLAND_UTIL_H |