libnick 2024.12.0
A cross-platform base for native Nickvision applications.
|
Functions | |
std::string | getHelpUrl (const std::string &englishShortName, const std::string &htmlDocStore, const std::string &pageName) |
Gets the url for a documentation page. | |
std::string Nickvision::Localization::Documentation::getHelpUrl | ( | const std::string & | englishShortName, |
const std::string & | htmlDocStore, | ||
const std::string & | pageName ) |
Gets the url for a documentation page.
This will be a yelp url for Linux and a website url for Windows and Linux snaps.
englishShortName | The english short name of the application |
htmlDocStore | The html docs store url |
pageName | The name of the documentation page to get |