The BindingInfo class is used by the Markdown documentation generator to store multiple ProgramDoc objects, indexed by both the binding name (i.e. More...
Static Public Member Functions | |
| static util::ProgramDoc & | GetProgramDoc (const std::string &bindingName) |
| Return a ProgramDoc object for a given bindingName. More... | |
| static std::string & | Language () |
| Get or modify the current language (don't set it to something invalid!). More... | |
| static void | RegisterProgramDoc (const std::string &bindingName, const util::ProgramDoc &programDoc) |
| Register a ProgramDoc object with the given bindingName. More... | |
The BindingInfo class is used by the Markdown documentation generator to store multiple ProgramDoc objects, indexed by both the binding name (i.e.
"knn") and the language (i.e. "cli").
Definition at line 30 of file binding_info.hpp.
|
static |
Return a ProgramDoc object for a given bindingName.
|
static |
Get or modify the current language (don't set it to something invalid!).
Referenced by mlpack::bindings::markdown::DefaultParam(), mlpack::bindings::markdown::GetPrintableType(), and mlpack::bindings::markdown::PrintTypeDoc().
|
static |
Register a ProgramDoc object with the given bindingName.
Referenced by ProgramDocWrapper::ProgramDocWrapper().