diff options
Diffstat (limited to 'src/wallpaper.hpp')
| -rw-r--r-- | src/wallpaper.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp index 988ab78..0cad473 100644 --- a/src/wallpaper.hpp +++ b/src/wallpaper.hpp @@ -1,3 +1,9 @@ +/** + * @file wallpaper.hpp + * @author Felix Morgner (felix.morgner@gmail.com) + * @since 1.0.0 + */ + #ifndef WANDA_WALLPAPER_HPP #define WANDA_WALLPAPER_HPP @@ -9,6 +15,9 @@ namespace wanda { + /** + * @brief Set the wallpaper to the file specified by the given path + */ void set_wallpaper(std::filesystem::path wallpaper); } // namespace wanda |
