|
mlpack
3.4.2
|

Go to the source code of this file.
Functions | |
| void | PrintDocs (const std::string &bindingName, const std::vector< std::string > &languages) |
| Given the current settings of IO, print Markdown documentation for the binding types that are registered for these options. More... | |
| void | PrintHeaders (const std::string &bindingName, const std::vector< std::string > &languages) |
| Given the current settings of IO, print the header (which will be the navigation tab) for the binding types that are registered for these options. More... | |
Functions to generate Markdown for documentation of bindings.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file print_docs.hpp.
| void PrintDocs | ( | const std::string & | bindingName, |
| const std::vector< std::string > & | languages | ||
| ) |
Given the current settings of IO, print Markdown documentation for the binding types that are registered for these options.
Output is printed to stdout.
| bindingName | The binding name (${BINDING} from CMake). |
| languages | The set of languages to print documentation for. |
| void PrintHeaders | ( | const std::string & | bindingName, |
| const std::vector< std::string > & | languages | ||
| ) |
Given the current settings of IO, print the header (which will be the navigation tab) for the binding types that are registered for these options.
Output is printed to stdout.
1.8.5