Skip to content

Commit 5275f15

Browse files
fkgozalifacebook-github-bot
authored andcommitted
Use @generated in header comment so IDE can notify developers
Summary: These files are generated by tool, not for manual edit. So let this marker tell IDEs so. Reviewed By: hramos, cpojer Differential Revision: D16097171 fbshipit-source-id: 1f98a4d4e21acca0a7fbd386ff174dd9197c2129
1 parent 737b784 commit 5275f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* Generated by an internal genrule from Flow types.
7+
* @generated by an internal genrule from Flow types.
88
*
99
* We create an umbrella header (and corresponding implementation) here since
1010
* Cxx compilation in BUCK has a limitation: source-code producing genrule()s

Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* Generated by an internal genrule from Flow types.
7+
* @generated by an internal genrule from Flow types.
88
*
99
* We create an umbrella header (and corresponding implementation) here since
1010
* Cxx compilation in BUCK has a limitation: source-code producing genrule()s

0 commit comments

Comments
 (0)