Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments
Remove redundant author doc comments
This commit is contained in:
@ -34,10 +34,6 @@
|
||||
#include "core/typedefs.h"
|
||||
#include "core/ustring.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
//@ TODO, excellent candidate for THREAD_SAFE MACRO, should go through all these and add THREAD_SAFE where it applies
|
||||
class DirAccess {
|
||||
public:
|
||||
|
||||
@ -37,10 +37,6 @@
|
||||
#include "core/typedefs.h"
|
||||
#include "core/ustring.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
/**
|
||||
* Input Event classes. These are used in the main loop.
|
||||
* The events are pretty obvious.
|
||||
|
||||
@ -33,10 +33,6 @@
|
||||
|
||||
#include "core/ustring.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
Special Key:
|
||||
|
||||
|
||||
@ -35,10 +35,6 @@
|
||||
#include "core/reference.h"
|
||||
#include "core/script_language.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
class MainLoop : public Object {
|
||||
|
||||
GDCLASS(MainLoop, Object);
|
||||
|
||||
@ -35,10 +35,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef PAD_ALIGN
|
||||
#define PAD_ALIGN 16 //must always be greater than this at much
|
||||
#endif
|
||||
|
||||
@ -41,10 +41,6 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
class Mutex;
|
||||
|
||||
class OS {
|
||||
|
||||
@ -33,10 +33,6 @@
|
||||
|
||||
#include "core/error_list.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
class Semaphore {
|
||||
protected:
|
||||
static Semaphore *(*create_func)();
|
||||
|
||||
@ -34,10 +34,6 @@
|
||||
#include "core/typedefs.h"
|
||||
#include "core/ustring.h"
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
typedef void (*ThreadCreateCallback)(void *p_userdata);
|
||||
|
||||
class Thread {
|
||||
|
||||
Reference in New Issue
Block a user