Remove useless comments in the beginning of each C++ file.
This commit is contained in:
parent
4235bb4ce3
commit
f32f8abc5c
|
@ -1,6 +1,3 @@
|
|||
//
|
||||
// Created by username404 on 15/01/2021.
|
||||
//
|
||||
#include <fstream>
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// Created by doggo on 04/02/2021.
|
||||
//
|
||||
|
||||
#include "../headers/lex.hpp"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// Created by doggo on 04/02/2021.
|
||||
//
|
||||
|
||||
#ifndef YERBACON_LEX_H
|
||||
#define YERBACON_LEX_H
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// Created by doggo on 03/03/2021.
|
||||
//
|
||||
|
||||
#ifndef YERBACON_MISC_HPP
|
||||
#define YERBACON_MISC_HPP
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// Created by doggo on 03/03/2021.
|
||||
//
|
||||
|
||||
#ifndef YERBACON_PARSECOMPONENTS_HPP
|
||||
#define YERBACON_PARSECOMPONENTS_HPP
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// Created by doggo on 05/03/2021.
|
||||
//
|
||||
|
||||
#ifndef YERBACON_STANDARDCOMPONENTS_HPP
|
||||
#define YERBACON_STANDARDCOMPONENTS_HPP
|
||||
#include "ParseComponents.hpp"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//
|
||||
// Created by username404 on 11/12/2020.
|
||||
//
|
||||
#include "../headers/lex.hpp"
|
||||
#include "../headers/parsing/ParseComponents.hpp"
|
||||
#include "../headers/parsing/StandardComponents.hpp"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//
|
||||
// Created by username404 on 09/01/2021.
|
||||
//
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in New Issue