20#ifndef DOCUMENTATION_HPP
21#define DOCUMENTATION_HPP
24#include "../settings.hpp"
This class manages the setting values of the internal (kernel) settings of this application.
std::string doc_HelpAsHTML(const std::string &, bool, Settings &_option)
This function returns the documentation article for the selected topic as an HTML std::string....
void doc_Help(const std::string &, Settings &)
This function shows the content of a documentation article based upon the passed topic....
void doc_SearchFct(const std::string &sToLookFor, Settings &_option)
This function provides the logic for searching for entries in the keywords database.
const std::string sVersion