15 #ifndef MLPACK_BINDINGS_MARKDOWN_BINDING_NAME_HPP 16 #define MLPACK_BINDINGS_MARKDOWN_BINDING_NAME_HPP 51 std::unordered_map<std::string, util::ProgramDoc> map;
The core includes that mlpack expects; standard C++ includes and Armadillo.
static util::ProgramDoc & GetProgramDoc(const std::string &bindingName)
Return a ProgramDoc object for a given bindingName.
The BindingInfo class is used by the Markdown documentation generator to store multiple ProgramDoc ob...
static void RegisterProgramDoc(const std::string &bindingName, const util::ProgramDoc &programDoc)
Register a ProgramDoc object with the given bindingName.
static std::string & Language()
Get or modify the current language (don't set it to something invalid!).
A static object whose constructor registers program documentation with the CLI class.