12 #ifndef MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP
13 #define MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP
24 const std::vector<std::string>& languages);
35 void PrintDocs(
const std::string& bindingName,
36 const std::vector<std::string>& languages);
void PrintDocs(const std::string &bindingName, const std::vector< std::string > &languages)
Given the current settings of CLI, print Markdown documentation for the binding types that are regist...
The core includes that mlpack expects; standard C++ includes and Armadillo.
void PrintHeaders(const std::string &bindingName, const std::vector< std::string > &languages)
Given the current settings of CLI, print the header (which will be the navigation tab) for the bindin...