dlib/docs/htmlify/to_xml.h
Davis King 0604f4fc00 Added a mostly complete implementation of the --to-xml option.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403718
2010-07-05 13:17:35 +00:00

19 lines
357 B
C++

#ifndef DLIB_HTMLIFY_TO_XmL_H__
#define DLIB_HTMLIFY_TO_XmL_H__
#include "dlib/cmd_line_parser.h"
#include <string>
void generate_xml_markup(
const dlib::cmd_line_parser<char>::check_1a_c& parser,
const std::string& filter,
const unsigned long search_depth
);
/*!
ensures
- reads all the
!*/
#endif // DLIB_HTMLIFY_TO_XmL_H__