You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #56492 from akien-mga/remove-author-docstrings
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef CONNECTIONS_DIALOG_H
|
||||
#define CONNECTIONS_DIALOG_H
|
||||
|
||||
@@ -232,4 +228,4 @@ public:
|
||||
~ConnectionsDock();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // CONNECTIONS_DIALOG_H
|
||||
|
||||
@@ -36,10 +36,6 @@
|
||||
#include "editor/editor_scale.h"
|
||||
#include "scene/gui/check_box.h"
|
||||
|
||||
/**
|
||||
@author Mariano Suligoy
|
||||
*/
|
||||
|
||||
void draw_margin_line(Control *edit_draw, Vector2 from, Vector2 to) {
|
||||
Vector2 line = (to - from).normalized() * 10;
|
||||
|
||||
|
||||
@@ -40,10 +40,6 @@
|
||||
#include "scene/resources/style_box.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
/**
|
||||
@author Mariano Suligoy
|
||||
*/
|
||||
|
||||
class TextureRegionEditor : public VBoxContainer {
|
||||
GDCLASS(TextureRegionEditor, VBoxContainer);
|
||||
|
||||
|
||||
@@ -41,10 +41,6 @@
|
||||
#include "scene/gui/option_button.h"
|
||||
#include "scene/gui/spin_box.h"
|
||||
|
||||
/**
|
||||
@author Blazej Floch
|
||||
*/
|
||||
|
||||
class RenameDialog : public ConfirmationDialog {
|
||||
GDCLASS(RenameDialog, ConfirmationDialog);
|
||||
|
||||
|
||||
@@ -37,9 +37,7 @@
|
||||
#include "scene/gui/check_button.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/line_edit.h"
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
class ReparentDialog : public ConfirmationDialog {
|
||||
GDCLASS(ReparentDialog, ConfirmationDialog);
|
||||
|
||||
@@ -60,4 +58,4 @@ public:
|
||||
~ReparentDialog();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // REPARENT_DIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user