1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

fix format

This commit is contained in:
Lars Melchior 2020-06-03 11:42:45 +02:00
parent b31db62605
commit 8adb67ca72

View file

@ -14,15 +14,14 @@ namespace greeter {
std::string name; std::string name;
public: public:
/** /**
* Creates a new greeter * Creates a new greeter
* @param name the name to greet * @param name the name to greet
*/ */
Greeter(std::string name); 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 * @param lang the language to greet in
* @return a string containing the greeting * @return a string containing the greeting
*/ */