libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
documentation.h
Go to the documentation of this file.
1
23#ifndef DOCUMENTATION_H
24#define DOCUMENTATION_H
25
26#include <string>
27
29{
38 std::string getHelpUrl(const std::string& englishShortName, const std::string& htmlDocStore, const std::string& pageName);
39}
40
41#endif //DOCUMENTATION_H
Definition documentation.h:29
std::string getHelpUrl(const std::string &englishShortName, const std::string &htmlDocStore, const std::string &pageName)
Gets the url for a documentation page.