Skip to content

Commit

Permalink
[skip ci] Drop @generate-docs from all components (#42794)
Browse files Browse the repository at this point in the history
Summary:

As mentioned also in D53307738, `generate-docs` doesn't seem to be used.

Changelog: [Internal]

Reviewed By: christophpurrer

Differential Revision: D53308808
  • Loading branch information
fabriziocucci authored and facebook-github-bot committed Feb 1, 2024
1 parent 107f2f9 commit 41e5639
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Components/Button.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*
* @format
* @flow strict-local
* @generate-docs
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*
* @format
* @flow
* @generate-docs
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @generate-docs
*/

import type {ColorValue} from '../../StyleSheet/StyleSheet';
Expand Down

0 comments on commit 41e5639

Please sign in to comment.