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:
parent
0f6c85d20d
commit
a8e26eaf8d
6 changed files with 34 additions and 34 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue