Browse Source

removed useless doxygen author block

master
n0m1s 6 years ago
parent
commit
885d04f574
3 changed files with 0 additions and 12 deletions
  1. +0
    -4
      settings.cpp
  2. +0
    -4
      string_builder.h
  3. +0
    -4
      string_helper.cpp

+ 0
- 4
settings.cpp View File

@ -1,7 +1,3 @@
/**
* @file settings.cpp
* @author n0m1s
*/
#include "settings.h" #include "settings.h"
#include <SD.h> #include <SD.h>


+ 0
- 4
string_builder.h View File

@ -1,7 +1,3 @@
/**
* @file string_builder.h
* @author n0m1s
*/
#ifndef STRING_BUILDER_H #ifndef STRING_BUILDER_H
#define STRING_BUILDER_H #define STRING_BUILDER_H


+ 0
- 4
string_helper.cpp View File

@ -1,7 +1,3 @@
/**
* @file string.cpp
* @author n0m1s
*/
#include "./string.h" #include "./string.h"
bool string_starts_by(char const* hay, char const* needle) bool string_starts_by(char const* hay, char const* needle)


Loading…
Cancel
Save