Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Sep 15, 2024
1 parent b71b8e2 commit b6d4584
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 34 deletions.
1 change: 0 additions & 1 deletion editor/editor_tools.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include "editor_tools.h"

#ifdef TOOLS_ENABLED
Expand Down
2 changes: 0 additions & 2 deletions editor/editor_tools.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef EDITOR_TOOLS_H
#define EDITOR_TOOLS_H

Expand Down
6 changes: 1 addition & 5 deletions editor/workarounds/ignore-methods.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/**************************************************************************/
/* ignore-methods.cpp */
/**************************************************************************/

/* All types are generated in editor_tools, but constructors are missing we need to add them manually. */
/* All types are generated in editor_tools, but some getters and setters are obsolete we need to ignore them. */

#include "../editor_tools.h"

Expand Down
2 changes: 0 additions & 2 deletions editor/workarounds/missing-constructors.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/* All types are generated in editor_tools, but constructors are missing we need to add them manually. */

#include "../editor_tools.h"
Expand Down
4 changes: 1 addition & 3 deletions editor/workarounds/missing-enums.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@


/* All types are generated in editor_tools, but constructors are missing we need to add them manually. */
/* All types are generated in editor_tools, but some enums are missing we need to add them manually. */

#include "../editor_tools.h"

Expand Down
1 change: 0 additions & 1 deletion javascript.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* This is implementation is for loading/saving JS files. */
/* After loading it contains the code/bytecode of the loaded file. */

Expand Down
1 change: 0 additions & 1 deletion javascript.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#ifndef JAVASCRIPT_H
#define JAVASCRIPT_H

Expand Down
2 changes: 0 additions & 2 deletions javascript_binder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef JAVASCRIPT_BINDER_H
#define JAVASCRIPT_BINDER_H

Expand Down
1 change: 0 additions & 1 deletion javascript_callable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#ifndef JAVASCRIPT_CALLABLE_H
#define JAVASCRIPT_CALLABLE_H

Expand Down
2 changes: 0 additions & 2 deletions javascript_gc_handler.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef JAVASCRIPT_GC_HANDLER_H
#define JAVASCRIPT_GC_HANDLER_H

Expand Down
2 changes: 0 additions & 2 deletions javascript_instance.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include "javascript_instance.h"
#include "javascript.h"
#include "javascript_language.h"
Expand Down
2 changes: 0 additions & 2 deletions javascript_instance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef JAVASCRIPT_INSTANCE_H
#define JAVASCRIPT_INSTANCE_H

Expand Down
2 changes: 0 additions & 2 deletions javascript_language.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/* This is the language server implementation. It handles how/when to use JS Scripts. */

#include "javascript_language.h"
Expand Down
2 changes: 0 additions & 2 deletions javascript_language.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef JAVASCRIPT_LANGUAGE_H
#define JAVASCRIPT_LANGUAGE_H

Expand Down
1 change: 0 additions & 1 deletion register_types.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include "register_types.h"

#include "javascript.h"
Expand Down
2 changes: 0 additions & 2 deletions register_types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef REGISTER_TYPES_H
#define REGISTER_TYPES_H

Expand Down
1 change: 0 additions & 1 deletion thirdparty/quickjs/quickjs_callable.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include "quickjs_callable.h"
#include "quickjs_binder.h"
#include "../../javascript_language.h"
Expand Down
2 changes: 0 additions & 2 deletions thirdparty/quickjs/quickjs_callable.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#ifndef QUICKJS_CALLABLE_H
#define QUICKJS_CALLABLE_H

Expand Down

0 comments on commit b6d4584

Please sign in to comment.