Skip to content

Commit d4f9162

Browse files
temapgithub-actions[bot]
authored andcommitted
Revert "filter char8_t from public symbols (#11881)"
This reverts commit 3c5c08f4567e2117f5d68739518258bddafd4aae. GitOrigin-RevId: 55d9cd17c3e0bf82d0ed7d6180def334f7b57f6e
1 parent d0eacb9 commit d4f9162

2 files changed

Lines changed: 0 additions & 64 deletions

File tree

scripts/doc-generation/strip-compiler-artifacts.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

scripts/doc-generation/xcode-rebuild-docc.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ generateSymbolGraphs() {
8181

8282
# Exporting symbol graphs for MapboxMaps
8383
$SYMBOLGRAPH_TOOL -module-name "MapboxMaps" -output-dir "$SWIFTEXTRACT_OUTPUT_DIR" -F "$TARGET_BUILD_DIR"
84-
85-
# Rename MapboxCoreMaps to MapboxMaps in the extension symbol graph so docc
86-
# correctly associates extensions with the renamed module.
87-
mv "$SWIFTEXTRACT_OUTPUT_DIR/MapboxMaps@MapboxCoreMaps.symbols.json" "$SWIFTEXTRACT_OUTPUT_DIR/MapboxMaps@MapboxMaps.symbols.json"
88-
89-
# Remove compiler-artifact symbols (e.g. char8_t leaked via -Swift.h bridging
90-
# headers) from all symbol graphs so they don't appear in published docs.
91-
"$MAPBOXMAPS_PATH/scripts/doc-generation/strip-compiler-artifacts.py" "$SYMBOL_GRAPH_DIR"
9284
}
9385

9486
# Generate a dependency file to support incremental builds

0 commit comments

Comments
 (0)