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:
parent
6df5e095c9
commit
2842f07b53
4 changed files with 39 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue