From 8adb67ca729ae7e6b0f133cf2e6e71895e6d105b Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 11:42:45 +0200 Subject: [PATCH] fix format --- include/greeter.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/greeter.h b/include/greeter.h index 734e380..36850ab 100644 --- a/include/greeter.h +++ b/include/greeter.h @@ -14,15 +14,14 @@ namespace greeter { std::string name; public: - /** * Creates a new greeter - * @param name the name to greet + * @param name the name to greet */ Greeter(std::string name); /** - * Creates a localized string containing the greeting + * Creates a localized string containing the greeting * @param lang the language to greet in * @return a string containing the greeting */