summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-10 07:28:17 -0500
committerIAmActuallyCthulhu <iamactuallycthulhu@gmail.com>2019-08-12 04:26:38 -0500
commit82b9557803f33521694587b6014645a05a814ecb (patch)
tree21d25433b59ad6835f1ab8214d3f763b3531a069 /main
parentb18747af4b9e7b1fbfb35a478556eba6328ccce5 (diff)
Remove redundant author doc comments
Diffstat (limited to 'main')
-rw-r--r--main/main.h4
-rw-r--r--main/tests/test_gui.h3
-rw-r--r--main/tests/test_physics.h4
-rw-r--r--main/tests/test_render.h4
4 files changed, 0 insertions, 15 deletions
diff --git a/main/main.h b/main/main.h
index 694305526a..b0b90dc0fe 100644
--- a/main/main.h
+++ b/main/main.h
@@ -31,10 +31,6 @@
#ifndef MAIN_H
#define MAIN_H
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
-
#include "core/error_list.h"
#include "core/os/thread.h"
#include "core/typedefs.h"
diff --git a/main/tests/test_gui.h b/main/tests/test_gui.h
index 1752818981..075bc40aa7 100644
--- a/main/tests/test_gui.h
+++ b/main/tests/test_gui.h
@@ -33,9 +33,6 @@
#include "core/os/main_loop.h"
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
namespace TestGUI {
MainLoop *test();
diff --git a/main/tests/test_physics.h b/main/tests/test_physics.h
index 699e31f492..a281f669e0 100644
--- a/main/tests/test_physics.h
+++ b/main/tests/test_physics.h
@@ -31,10 +31,6 @@
#ifndef TEST_PHYSICS_H
#define TEST_PHYSICS_H
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
-
#include "core/os/main_loop.h"
namespace TestPhysics {
diff --git a/main/tests/test_render.h b/main/tests/test_render.h
index 3810760b56..6dda57db5b 100644
--- a/main/tests/test_render.h
+++ b/main/tests/test_render.h
@@ -31,10 +31,6 @@
#ifndef TEST_RENDER_H
#define TEST_RENDER_H
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
-
#include "core/os/main_loop.h"
namespace TestRender {