We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808571a commit a480a08Copy full SHA for a480a08
config/generate_export_header.bzl
@@ -118,8 +118,10 @@ def generate_export_header(
118
no_export_deprecated_macro_name = None,
119
static_define = None,
120
**kwargs):
121
- """Creates a rule to generate an export header for a named library. This
122
- is an incomplete implementation of CMake's generate_export_header. (In
+ """
+ Creates a rule to generate an export header for a named library.
123
+
124
+ This is an incomplete implementation of CMake's generate_export_header. (In
125
particular, it assumes a platform that uses
126
__attribute__((visibility("default"))) to decorate exports.)
127
0 commit comments