"tools/vscode:/vscode.git/clone" did not exist on "a18e72e51685e0306f889642da15ff7994362dc3"
to_xml.h 357 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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__