Apologies if this is a duplicate, my searching turned up minimal duplicates.
We recently bumped stardoc in rules_apple, and want to bump stardoc in rules_swift. Because of our re-export configuration for documented symbols, the load line in each of these files references that .doc.bzl file instead of the actual file we want users to load.
Would it be possible to add an option to the stardoc rule to either suppress inserting the load line in docs, or customize its representation?
Apologies if this is a duplicate, my searching turned up minimal duplicates.
We recently bumped stardoc in rules_apple, and want to bump stardoc in rules_swift. Because of our re-export configuration for documented symbols, the load line in each of these files references that
.doc.bzlfile instead of the actual file we want users to load.Would it be possible to add an option to the stardoc rule to either suppress inserting the load line in docs, or customize its representation?