From a480a088fe647eb829ead0d0bbbd5821b2cc8b85 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Thu, 17 Mar 2022 14:31:36 -0400 Subject: [PATCH] [nfc] Reformat doc-string in generate_export_header (#1376) This was previously not compliant with Buildifier checker --- config/generate_export_header.bzl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/generate_export_header.bzl b/config/generate_export_header.bzl index 35e98716..5fe91ad0 100644 --- a/config/generate_export_header.bzl +++ b/config/generate_export_header.bzl @@ -118,8 +118,10 @@ def generate_export_header( no_export_deprecated_macro_name = None, static_define = None, **kwargs): - """Creates a rule to generate an export header for a named library. This - is an incomplete implementation of CMake's generate_export_header. (In + """ + Creates a rule to generate an export header for a named library. + + This is an incomplete implementation of CMake's generate_export_header. (In particular, it assumes a platform that uses __attribute__((visibility("default"))) to decorate exports.)