Merge pull request #56492 from akien-mga/remove-author-docstrings

This commit is contained in:
Rémi Verschelde 2022-01-12 15:24:17 +01:00 committed by GitHub
commit 585231a172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 85 additions and 460 deletions

View file

@ -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;

View file

@ -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);