Added documentation comments using Doxygen, changed the file structure back to the original, and wrote the getter functions for the individual entries.

This commit is contained in:
rapturate
2026-05-28 12:33:46 -04:00
parent 5673f32e69
commit 9ce211c572
7 changed files with 192 additions and 101 deletions

View File

@@ -1,5 +1,4 @@
#include "log_parsing/log_parsing.h"
int main(){
parse logs;
}