Added mecha-style comment docs to a bunch of headers

This commit is contained in:
2023-07-20 19:44:40 +10:00
parent 3d7d1179c9
commit cdfe17ad53
20 changed files with 1175 additions and 69 deletions

View File

@@ -81,6 +81,10 @@ int main(int argc, char** argv) {
//finally
is.close();
if (buffer.length() == 0) {
continue;
}
std::ofstream os;
std::string ofname = argv[fileCounter];