chore: improve line cleanup from whitespace and comments

This commit is contained in:
2026-04-07 16:05:05 +01:00
parent 1ad35fcc26
commit 48b68c0247
3 changed files with 31 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include <string>
bool isEmptyLine(const std::string&);
bool isComment(const std::string&);
std::string getFileNameFromPath(const std::string&);
int cleanupLine(std::string&);
std::string getFileNameFromFilePath(const std::string&);
std::string getOutputPath(const std::string&);