Commit a9f94b78 authored by Davis King's avatar Davis King

Made output a little more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403732
parent 086b74bd
...@@ -1233,7 +1233,7 @@ void save_to_xml_file ( ...@@ -1233,7 +1233,7 @@ void save_to_xml_file (
{ {
ofstream fout("output.xml"); ofstream fout("output.xml");
fout << "<!-- This XML file was generated by the htmlify program created by Davis E. King. See http://dlib.net for updates. -->" << endl; fout << "<!-- This XML file was generated using the htmlify tool available from http://dlib.net. -->" << endl;
fout << "<code>" << endl; fout << "<code>" << endl;
fout << " <classes>" << endl; fout << " <classes>" << endl;
......
<!-- This XML file was generated by the htmlify program created by Davis E. King. See http://dlib.net for updates. --> <!-- This XML file was generated using the htmlify tool available from http://dlib.net. -->
<code> <code>
<classes> <classes>
<class> <class>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment