Merge pull request #56492 from akien-mga/remove-author-docstrings
This commit is contained in:
commit
585231a172
93 changed files with 85 additions and 460 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue