diff options
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r-- | pugl/detail/mac.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 2243337..f650577 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2019 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <http://drobilla.net> Copyright 2017 Hanspeter Portner <dev@open-music-kontrollers.ch> Permission to use, copy, modify, and/or distribute this software for any @@ -16,7 +16,8 @@ */ /** - @file mac.h Shared definitions for MacOS implementation. + @file mac.h + @brief Shared definitions for MacOS implementation. */ #include "pugl/pugl.h" |