From d3e691c9200b7b782c8acf17468068a699588a73 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 10 Dec 2018 09:25:14 +0100 Subject: doc: update documentation --- src/keyed.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/keyed.hpp') diff --git a/src/keyed.hpp b/src/keyed.hpp index d8b22b8..58f17ad 100644 --- a/src/keyed.hpp +++ b/src/keyed.hpp @@ -1,8 +1,17 @@ +/** + * @file keyed.hpp + * @author Felix Morgner (felix.morgner@gmail.com) + * @since 1.0.0 + */ + #ifndef WANDA_KEYED_HPP #define WANDA_KEYED_HPP namespace wanda { + /** + * @brief A tag type to prevent construction of a type without a factory + */ template struct keyed { -- cgit v1.2.3