1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

add workflow to publish documentation

This commit is contained in:
Lars Melchior 2020-06-03 14:19:25 +02:00
parent 6df5e095c9
commit 2842f07b53
4 changed files with 39 additions and 6 deletions

View file

@ -8,7 +8,7 @@ namespace greeter {
enum class LanguageCode { EN, DE, ES, FR };
/**
* A class for greeting in multiple languages
* A class for saying hello in multiple languages
*/
class Greeter {
std::string name;