mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1676: developer documentation. [skip ci]
Other: bridge-gui readme. [skip ci]
This commit is contained in:
2659
internal/frontend/bridge-gui/bridgepp/Doxyfile
Normal file
2659
internal/frontend/bridge-gui/bridgepp/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
@ -127,7 +127,7 @@ Log::Level logLevelFromGRPC(grpc::LogLevel level)
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
/// \param[in] grpcUser The gRPC user.
|
||||
/// \param[in] user The user.
|
||||
/// \return user The user.
|
||||
//****************************************************************************************************************************************************
|
||||
SPUser userFromGRPC(grpc::User const &grpcUser)
|
||||
{
|
||||
|
||||
@ -26,6 +26,7 @@ namespace bridgepp
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
/// \param[in] exePath The path of the executable.
|
||||
/// \param[in] args The list of command-line arguments.
|
||||
/// \param[in] parent The parent object of the worker.
|
||||
//****************************************************************************************************************************************************
|
||||
ProcessMonitor::ProcessMonitor(QString const &exePath, QStringList const &args, QObject *parent)
|
||||
|
||||
Reference in New Issue
Block a user