diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-10 09:25:14 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-10 09:25:14 +0100 |
| commit | d3e691c9200b7b782c8acf17468068a699588a73 (patch) | |
| tree | 44f179ebf773dc8536b220f2ffcc3d2eec374aa4 /src/wallpaper.hpp | |
| parent | 7b940a39dfef6f19846fe357d4a5167c66c79e85 (diff) | |
| download | wanda-d3e691c9200b7b782c8acf17468068a699588a73.tar.xz wanda-d3e691c9200b7b782c8acf17468068a699588a73.zip | |
doc: update documentation
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 |
