Update doxygen comments (#818)

Fixes #421
This commit is contained in:
Alex Kremer
2023-08-11 21:32:32 +01:00
committed by GitHub
parent c20b14494a
commit 547cb340bd
206 changed files with 3004 additions and 1937 deletions

View File

@@ -23,7 +23,7 @@
using namespace std;
using namespace util;
namespace RPC {
namespace rpc {
util::Expected<web::Context, Status>
make_WsContext(
@@ -94,4 +94,4 @@ make_HttpContext(
return web::Context(yc, command, *apiVersion, array.at(0).as_object(), nullptr, tagFactory, range, clientIp);
}
} // namespace RPC
} // namespace rpc