From 885d04f574590e3d1f5873566c31a2b884249af2 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Sat, 11 Jan 2020 18:18:17 +0100 Subject: [PATCH] removed useless doxygen author block --- settings.cpp | 4 ---- string_builder.h | 4 ---- string_helper.cpp | 4 ---- 3 files changed, 12 deletions(-) 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)