diff --git a/Doxyfile b/Doxyfile index 882237f..9d6eb01 100644 --- a/Doxyfile +++ b/Doxyfile @@ -77,7 +77,7 @@ WARN_FORMAT = "$file:$line: $text" INPUT_ENCODING = UTF-8 RECURSIVE = NO EXCLUDE_SYMLINKS = NO -EXAMPLE_PATH = examples +EXAMPLE_PATH = ./ EXAMPLE_RECURSIVE = YES FILTER_SOURCE_FILES = NO SOURCE_BROWSER = NO diff --git a/src/identiconpp.hpp b/src/identiconpp.hpp index 5934d61..1149f63 100644 --- a/src/identiconpp.hpp +++ b/src/identiconpp.hpp @@ -26,6 +26,10 @@ using std::string; using std::vector; using std::array; +/*! + * @example example.cpp + */ + /*! * @brief Base class for identiconpp. *