forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant author doc comments
- Loading branch information
1 parent
b18747a
commit 82b9557
Showing
138 changed files
with
18 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,6 @@ | |
#include "core/object.h" | ||
#include "core/print_string.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
/** To bind more then 6 parameters include this: | ||
* #include "core/method_bind_ext.gen.inc" | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,7 @@ | |
|
||
#include "core/math/math_funcs.h" | ||
#include "core/ustring.h" | ||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
struct Color { | ||
|
||
union { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,6 @@ | |
#include "core/simple_type.h" | ||
#include "core/typedefs.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
#define COMMA(N) _COMMA_##N | ||
#define _COMMA_0 | ||
#define _COMMA_1 , | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,6 @@ | |
#include "core/os/file_access.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ImageLoader; | ||
|
||
class ImageFormatLoader { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,6 @@ | |
|
||
#include "core/os/thread.h" | ||
#include "core/resource.h" | ||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ResourceInteractiveLoader : public Reference { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,6 @@ | |
|
||
#include "core/resource.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ResourceFormatSaver : public Reference { | ||
GDCLASS(ResourceFormatSaver, Reference); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,6 @@ | |
|
||
#include "core/set.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
// based on the very nice implementation of rb-trees by: | ||
// https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ | |
|
||
#include "core/math/quat.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Basis { | ||
public: | ||
Vector3 elements[3]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,7 @@ | |
#include "core/pool_vector.h" | ||
#include "core/variant.h" | ||
#include "core/vector.h" | ||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class BSP_Tree { | ||
public: | ||
enum { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ | |
#include "core/math/rect2.h" | ||
#include "core/math/transform.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
struct CameraMatrix { | ||
|
||
enum Planes { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,6 @@ | |
#include "core/print_string.h" | ||
#include "core/vector.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Geometry { | ||
Geometry(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,6 @@ | |
#include "core/print_string.h" | ||
#include "core/variant.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
typedef uint32_t OctreeElementID; | ||
|
||
#define OCTREE_ELEMENT_INVALID_ID 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,6 @@ | |
#include "core/math/math_funcs.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Quat { | ||
public: | ||
real_t x, y, z, w; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,6 @@ | |
#include "core/math/basis.h" | ||
#include "core/math/plane.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Transform { | ||
public: | ||
Basis basis; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,6 @@ | |
|
||
#include <stdio.h> | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
#ifdef DEBUG_ENABLED | ||
#define DEBUG_METHODS_ENABLED | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ | |
#include "core/string_name.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class NodePath { | ||
|
||
struct Data { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ | |
#include "core/typedefs.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
//@ TODO, excellent candidate for THREAD_SAFE MACRO, should go through all these and add THREAD_SAFE where it applies | ||
class DirAccess { | ||
public: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,6 @@ | |
#include "core/typedefs.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
/** | ||
* Input Event classes. These are used in the main loop. | ||
* The events are pretty obvious. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,6 @@ | |
|
||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
/* | ||
Special Key: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,6 @@ | |
#include "core/reference.h" | ||
#include "core/script_language.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class MainLoop : public Object { | ||
|
||
GDCLASS(MainLoop, Object); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,6 @@ | |
|
||
#include <stddef.h> | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
#ifndef PAD_ALIGN | ||
#define PAD_ALIGN 16 //must always be greater than this at much | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,6 @@ | |
|
||
#include <stdarg.h> | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Mutex; | ||
|
||
class OS { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,6 @@ | |
|
||
#include "core/error_list.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class Semaphore { | ||
protected: | ||
static Semaphore *(*create_func)(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ | |
#include "core/typedefs.h" | ||
#include "core/ustring.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
typedef void (*ThreadCreateCallback)(void *p_userdata); | ||
|
||
class Thread { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,10 +77,6 @@ struct MemoryPool { | |
static void cleanup(); | ||
}; | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
template <class T> | ||
class PoolVector { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,6 @@ | |
#include "core/os/thread_safe.h" | ||
#include "core/set.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ProjectSettings : public Object { | ||
|
||
GDCLASS(ProjectSettings, Object); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,6 @@ | |
#include "core/ref_ptr.h" | ||
#include "core/safe_refcount.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
class Reference : public Object { | ||
|
||
GDCLASS(Reference, Object); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,6 @@ | |
#ifndef REGISTER_CORE_TYPES_H | ||
#define REGISTER_CORE_TYPES_H | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
void register_core_types(); | ||
void register_core_settings(); | ||
void register_core_singletons(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,6 @@ | |
#include "core/safe_refcount.h" | ||
#include "core/self_list.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
#define RES_BASE_EXTENSION(m_ext) \ | ||
public: \ | ||
static void register_custom_data_to_otdb() { ClassDB::add_resource_base_extension(m_ext, get_class_static()); } \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,6 @@ | |
#include "core/set.h" | ||
#include "core/typedefs.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class RID_OwnerBase; | ||
|
||
class RID_Data { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ | |
#include "core/pair.h" | ||
#include "core/resource.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ScriptLanguage; | ||
|
||
typedef void (*ScriptEditRequestFunction)(const String &p_path); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ | |
#include "core/os/memory.h" | ||
#include "core/typedefs.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
// based on the very nice implementation of rb-trees by: | ||
// https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,6 @@ | |
#include "core/os/mutex.h" | ||
#include "core/safe_refcount.h" | ||
#include "core/ustring.h" | ||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
struct StaticCString { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ | |
#include "core/typedefs.h" | ||
#include "core/vector.h" | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
template <class T> | ||
class CharProxy { | ||
friend class CharString; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,6 @@ | |
#ifndef VARIANT_H | ||
#define VARIANT_H | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
#include "core/array.h" | ||
#include "core/color.h" | ||
#include "core/dictionary.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,6 @@ | |
|
||
#include <stdio.h> | ||
|
||
/** | ||
@author Juan Linietsky <[email protected]> | ||
*/ | ||
|
||
class ShaderGLES3 { | ||
protected: | ||
struct Enum { | ||
|
Oops, something went wrong.