From 2fb09294e40268ccc250c723cfd0905a9193f843 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 28 Dec 2018 02:38:25 +0100 Subject: [PATCH] Added example to HTML reference. --- Doxyfile | 2 +- src/identiconpp.hpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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. *