12 #ifndef MLPACK_CORE_UTIL_PROGRAM_DOC_HPP 13 #define MLPACK_CORE_UTIL_PROGRAM_DOC_HPP 47 const std::vector<std::pair<std::string, std::string>>&
seeAlso);
61 std::vector<std::pair<std::string, std::string>>
seeAlso;
std::vector< std::pair< std::string, std::string > > seeAlso
Set of see also information.
ProgramDoc()
Construct an empty ProgramDoc object.
std::function< std::string()> documentation
Documentation for what the program does.
std::string programName
The name of the program.
std::string shortDocumentation
The short documentation for the program.
A static object whose constructor registers program documentation with the CLI class.