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

show not explicitly documented objects

This commit is contained in:
Lars Melchior 2020-07-28 16:36:16 +02:00
parent 0f6c85d20d
commit a8e26eaf8d
6 changed files with 34 additions and 34 deletions

View file

@ -1,14 +1,7 @@
#pragma once
/** @file
* @brief Class @ref greeter::Greeter
*/
#include <string>
/**
* @brief The greeter namespace
*/
namespace greeter {
/** Language codes to be used with the Greeter class */