Sha256: 5c085a058e98ac12e932c7bc900d66b9f407db78357eb3842a438f00dd80ea2b

Contents?: true

Size: 640 Bytes

Versions: 13

Compression:

Stored size: 640 Bytes

Contents

#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,
    const unsigned long expand_tabs 
);
/*!
    ensures
        - reads all the files indicated by the parser arguments and converts them
          to XML.  The output will be stored in the output.xml file.
        - if (expand_tabs != 0) then
            - tabs will be replaced with expand_tabs spaces inside comment blocks
!*/

#endif // DLIB_HTMLIFY_TO_XmL_H__

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dlib-1.2.2 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.2.1 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.2.0 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.5 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.4 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.3 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.2 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.1 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.1.0 ext/dlib-19.4/tools/htmlify/to_xml.h
dlib-1.0.3 ext/dlib-18.13/tools/htmlify/to_xml.h
dlib-1.0.2 ext/dlib-18.13/tools/htmlify/to_xml.h
dlib-1.0.1 ext/dlib-18.13/tools/htmlify/to_xml.h
dlib-1.0.0 ext/dlib-18.13/tools/htmlify/to_xml.h