Skip to content

Commit f9b3dcd

Browse files
temapgithub-actions[bot]
authored andcommitted
Revert "filter char8_t from public symbols (#11881)"
This reverts commit 5256b72b46d2100fa5c9e4a185ee0fa13d20d698. GitOrigin-RevId: 192d903399e3981a67cc94dcd34fae0ea82ba3f3
1 parent ab15ff6 commit f9b3dcd

2 files changed

Lines changed: 0 additions & 60 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ generateSymbolGraphs() {
8585
# Rename MapboxCoreMaps to MapboxMaps in the extension symbol graph so docc
8686
# correctly associates extensions with the renamed module.
8787
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"
9288
}
9389

9490
# Generate a dependency file to support incremental builds

0 commit comments

Comments
 (0)