12 #ifndef MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP 13 #define MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP 24 const std::vector<std::string>& languages,
25 const std::vector<bool>& addWrapperDocs);
36 void PrintDocs(
const std::string& bindingName,
37 const std::vector<std::string>& languages,
38 const std::vector<std::string>& validMethods,
39 const std::vector<bool>& addWrapperDocs);
The core includes that mlpack expects; standard C++ includes, Armadillo, cereal, and a few basic mlpa...
void PrintHeaders(const std::string &bindingName, const std::vector< std::string > &languages, const std::vector< bool > &addWrapperDocs)
Given the current settings of IO, print the header (which will be the navigation tab) for the binding...
void PrintDocs(const std::string &bindingName, const std::vector< std::string > &languages, const std::vector< std::string > &validMethods, const std::vector< bool > &addWrapperDocs)
Given the current settings of IO, print Markdown documentation for the binding types that are registe...