From b46164e893d1a6a994617a66c0359d472cfcca6f Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 2 Jul 2016 02:02:47 +0200 Subject: [PATCH] Document enum class Response --- application/commandlineutils.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/commandlineutils.h b/application/commandlineutils.h index e83d19c..b7c6996 100644 --- a/application/commandlineutils.h +++ b/application/commandlineutils.h @@ -5,6 +5,9 @@ namespace ApplicationUtilities { +/*! + * \brief The Response enum is used to specify the default response for the confirmPrompt() method. + */ enum class Response { None,