From 059b30918ea6bccf4a83eafe064ab16cdea8771c Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Wed, 13 Mar 2024 17:27:36 +0100 Subject: [PATCH] docs --- include/sharg/platform.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sharg/platform.hpp b/include/sharg/platform.hpp index 422e3d10..616d5792 100644 --- a/include/sharg/platform.hpp +++ b/include/sharg/platform.hpp @@ -28,7 +28,7 @@ static_assert(__cplusplus >= 201709L, "SHARG requires C++20, make sure that you /*!\def SHARG_COMPILER_IS_GCC * \brief Whether the current compiler is GCC. - * \ingroup core + * \private * \details * __GNUC__ is also used to indicate the support for GNU compiler extensions. To detect the presence of the GCC * compiler, one has to rule out other compilers.