ARB
|
Public Member Functions | |
Helpfile () | |
virtual | ~Helpfile () |
void | readHelp (istream &in, const string &filename) |
void | writeXML (FILE *out, const string &page_name) |
void | extractInternalLinks () |
const Section & | get_title () const |
Definition at line 380 of file arb_help2xml.cxx.
|
inline |
Definition at line 398 of file arb_help2xml.cxx.
|
inlinevirtual |
Definition at line 399 of file arb_help2xml.cxx.
void Helpfile::readHelp | ( | istream & | in, |
const string & | filename | ||
) |
Definition at line 684 of file arb_help2xml.cxx.
References arb_assert, MessageAttachable::attached_message(), check_duplicates(), check_TODO(), eatSpace(), extractKeyword(), Reader::getLineNo(), Reader::getNext(), h2x_assert, inputfile, isEmptyOrComment(), KNOWN_SECTION_TYPES, line, MAX_TITLE_CHARS, name_only(), parseSection(), SEC_NONE, SEC_SECTION, strf(), title, unattached_message(), uplinks, and warnAboutDuplicate().
Referenced by ARB_main().
void Helpfile::writeXML | ( | FILE * | out, |
const string & | page_name | ||
) |
Definition at line 1593 of file arb_help2xml.cxx.
References create_top_links(), eatWhitespace(), h2x_assert, inputfile, MAX_SUBTITLE_CHARS, PLAIN_TEXT, remove_LF_and_indentation(), s, strf(), T, title, and uplinks.
Referenced by ARB_main().
void Helpfile::extractInternalLinks | ( | ) |
Definition at line 1706 of file arb_help2xml.cxx.
References check_specific_duplicates(), li, line, s, start, and uplinks.
Referenced by ARB_main().
|
inline |
Definition at line 405 of file arb_help2xml.cxx.
References title.