mlpack  3.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
print_docs.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP
13 #define MLPACK_BINDINGS_MARKDOWN_PRINT_DOCS_HPP
14 
15 #include <mlpack/prereqs.hpp>
16 
23 void PrintHeaders(const std::string& bindingName,
24  const std::vector<std::string>& languages);
25 
35 void PrintDocs(const std::string& bindingName,
36  const std::vector<std::string>& languages);
37 
38 #endif
The core includes that mlpack expects; standard C++ includes and Armadillo.
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$
Definition: CMakeLists.txt:35