mirror of
https://github.com/google/benchmark.git
synced 2025-01-14 13:50:13 +08:00
[nfc] Reformat doc-string in generate_export_header (#1376)
This was previously not compliant with Buildifier checker
This commit is contained in:
parent
808571a52f
commit
a480a088fe
@ -118,8 +118,10 @@ def generate_export_header(
|
|||||||
no_export_deprecated_macro_name = None,
|
no_export_deprecated_macro_name = None,
|
||||||
static_define = None,
|
static_define = None,
|
||||||
**kwargs):
|
**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
|
particular, it assumes a platform that uses
|
||||||
__attribute__((visibility("default"))) to decorate exports.)
|
__attribute__((visibility("default"))) to decorate exports.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user