Add missing doxygen comments (#1223)

Fixes #1218
This commit is contained in:
Alex Kremer
2024-03-01 15:58:18 +00:00
committed by GitHub
parent b3e63b2491
commit a74970b81e
125 changed files with 2755 additions and 365 deletions

View File

@@ -70,7 +70,7 @@ namespace po = boost::program_options;
*
* @param argc
* @param argv
* @return std::string Path to configuration file
* @return Path to configuration file
*/
std::string
parseCli(int argc, char* argv[])
@@ -109,7 +109,7 @@ parseCli(int argc, char* argv[])
* @brief Parse certificates from configuration file
*
* @param config The configuration
* @return std::optional<ssl::context> SSL context if certificates were parsed
* @return SSL context if certificates were parsed
*/
std::optional<ssl::context>
parseCerts(Config const& config)