diff --git a/settings.cpp b/settings.cpp index c02a433..ce2a5b5 100644 --- a/settings.cpp +++ b/settings.cpp @@ -1,7 +1,3 @@ -/** - * @file settings.cpp - * @author n0m1s - */ #include "settings.h" #include diff --git a/string_builder.h b/string_builder.h index 0aa8138..cab6c83 100644 --- a/string_builder.h +++ b/string_builder.h @@ -1,7 +1,3 @@ -/** - * @file string_builder.h - * @author n0m1s - */ #ifndef STRING_BUILDER_H #define STRING_BUILDER_H diff --git a/string_helper.cpp b/string_helper.cpp index cff34c2..bbaf154 100644 --- a/string_helper.cpp +++ b/string_helper.cpp @@ -1,7 +1,3 @@ -/** - * @file string.cpp - * @author n0m1s - */ #include "./string.h" bool string_starts_by(char const* hay, char const* needle)