From 79620980ea3880f6512a35b9d688a60a02ff8b98 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sat, 5 Oct 2024 08:33:39 -0500 Subject: Formatting changes. Refactoring out detail::CopyMove from Result. --- include/libfud.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libfud.hpp') diff --git a/include/libfud.hpp b/include/libfud.hpp index 70165b3..c670ed4 100644 --- a/include/libfud.hpp +++ b/include/libfud.hpp @@ -18,10 +18,10 @@ #ifndef LIBFUD_HPP #define LIBFUD_HPP +#include "fud_array.hpp" #include "fud_result.hpp" #include "fud_status.hpp" #include "fud_string.hpp" -#include "fud_array.hpp" #include @@ -36,6 +36,7 @@ struct FUD { Array revision; }; +/** \brief Get the version of FUD including git revision. */ FUD fud(); /** -- cgit v1.2.3