14 #ifndef MLPACK_BINDINGS_MARKDOWN_PROGRAM_DOC_WRAPPER_HPP
15 #define MLPACK_BINDINGS_MARKDOWN_PROGRAM_DOC_WRAPPER_HPP
44 const std::string& shortDescription)
47 std::move(shortDescription);
58 const std::function<std::string()>& longDescription)
61 std::move(longDescription);
72 const std::function<std::string()>& example)
86 const std::string& description,
const std::string& link)
89 std::move(std::make_pair(description, link)));