docs: add doxygen (#1004)
This commit is contained in:
parent
a1e6f441e4
commit
31885434f2
76 changed files with 3375 additions and 221 deletions
|
|
@ -44,7 +44,7 @@ int init() {
|
|||
origin_web_ui_allowed = net::from_enum_string(config::nvhttp.origin_web_ui_allowed);
|
||||
|
||||
if(clean_slate) {
|
||||
unique_id = util::uuid_t::generate().string();
|
||||
unique_id = uuid_util::uuid_t::generate().string();
|
||||
auto dir = std::filesystem::temp_directory_path() / "Sunshine"sv;
|
||||
config::nvhttp.cert = (dir / ("cert-"s + unique_id)).string();
|
||||
config::nvhttp.pkey = (dir / ("pkey-"s + unique_id)).string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue