#include <doc.h>
Classes | |
struct | Hook |
Public Types | |
enum | where { BEFORE, BEGINNING, END } |
Public Member Functions | |
Manpage (const std::string &app, const std::string &ver, int section, const std::string &author) | |
void | addHook (const std::string §ion, where placement, const std::string &text) |
void | readHooks (const std::string &file) |
void | output (std::ostream &out, const Engine &cp) |
wibble::commandline::Manpage::Manpage | ( | const std::string & | app, | |
const std::string & | ver, | |||
int | section, | |||
const std::string & | author | |||
) | [inline] |
void wibble::commandline::Manpage::addHook | ( | const std::string & | section, | |
where | placement, | |||
const std::string & | text | |||
) | [inline] |
Referenced by readHooks().
void wibble::commandline::Manpage::output | ( | std::ostream & | out, | |
const Engine & | cp | |||
) |
References wibble::commandline::Engine::commands(), wibble::commandline::Engine::description, wibble::commandline::Engine::longDescription, wibble::commandline::DocMaker::m_app, wibble::commandline::DocMaker::m_ver, wibble::commandline::Engine::name(), and wibble::commandline::Engine::usage.
Referenced by wibble::commandline::StandardParserWithManpage::parse().
void wibble::commandline::Manpage::readHooks | ( | const std::string & | file | ) |
References addHook().
Referenced by wibble::commandline::StandardParserWithManpage::parse().