Commit 84e96b4f authored by Davis King's avatar Davis King

Actually, I'm removing these print statements.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403725
parent 9d3cfe11
......@@ -1268,8 +1268,6 @@ void generate_xml_markup(
std::vector<std::pair<string,string> > files;
obtain_list_of_files(parser, filter, search_depth, files);
cout << "Generating output.xml..." << endl;
cout << "Number of files: " << files.size() << endl;
std::vector<tok_function_record> tok_functions;
std::vector<tok_class_record> tok_classes;
......@@ -1285,10 +1283,6 @@ void generate_xml_markup(
process_file(fin, files[i].first, tok_functions, tok_classes);
}
cout << "\nNumber of functions found: " << tok_functions.size() << endl;
cout << "Number of classes found: " << tok_classes.size() << endl;
cout << endl;
//cout << tok_functions[0].comment << endl;
std::vector<function_record> functions;
......
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