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 | utils: Reference some useful methods in wl_signal's doxygen (diff) | |
| download | wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar.gz wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar.bz2 wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar.lz wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar.xz wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.tar.zst wayland-fffcdb25deb51bcb3698563f30c5b4882e3ff107.zip | |
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 |
