From 5275f150b87588432e30e2cb28d2bb0236376a3a Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Thu, 4 Jul 2019 11:17:06 -0700 Subject: [PATCH] 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 --- .../FBReactNativeSpec/FBReactNativeSpec-generated.mm | 2 +- .../FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm b/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm index d1a4aa0ee11..941863c5a9f 100644 --- a/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm +++ b/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * Generated by an internal genrule from Flow types. + * @generated by an internal genrule from Flow types. * * We create an umbrella header (and corresponding implementation) here since * Cxx compilation in BUCK has a limitation: source-code producing genrule()s diff --git a/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h b/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h index e89c641e57e..1f2be13b673 100644 --- a/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h +++ b/Libraries/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * Generated by an internal genrule from Flow types. + * @generated by an internal genrule from Flow types. * * We create an umbrella header (and corresponding implementation) here since * Cxx compilation in BUCK has a limitation: source-code producing genrule()s