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
This commit is contained in:
Kevin Gozali
2019-07-04 11:21:55 -07:00
committed by Facebook Github Bot
parent 737b784b8c
commit 5275f150b8
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -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