mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
fix format
This commit is contained in:
parent
b31db62605
commit
8adb67ca72
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue