.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/bindings/markdown/print_docs.hpp" 3 "Mon Aug 31 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/bindings/markdown/print_docs.hpp
.SH SYNOPSIS
.br
.PP
.SS "Functions"

.in +1c
.ti -1c
.RI "void \fBPrintDocs\fP (const std::string &bindingName, const std::vector< std::string > &languages)"
.br
.RI "Given the current settings of CLI, print Markdown documentation for the binding types that are registered for these options\&. "
.ti -1c
.RI "void \fBPrintHeaders\fP (const std::string &bindingName, const std::vector< std::string > &languages)"
.br
.RI "Given the current settings of CLI, print the header (which will be the navigation tab) for the binding types that are registered for these options\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Ryan Curtin
.RE
.PP
Functions to generate Markdown for documentation of bindings\&.
.PP
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\&. 
.PP
Definition in file \fBprint_docs\&.hpp\fP\&.
.SH "Function Documentation"
.PP 
.SS "void PrintDocs (const std::string & bindingName, const std::vector< std::string > & languages)"

.PP
Given the current settings of CLI, print Markdown documentation for the binding types that are registered for these options\&. Output is printed to stdout\&.
.PP
\fBParameters:\fP
.RS 4
\fIbindingName\fP The binding name (${BINDING} from CMake)\&. 
.br
\fIlanguages\fP The set of languages to print documentation for\&. 
.RE
.PP

.SS "void PrintHeaders (const std::string & bindingName, const std::vector< std::string > & languages)"

.PP
Given the current settings of CLI, print the header (which will be the navigation tab) for the binding types that are registered for these options\&. Output is printed to stdout\&. 
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
