This is an archive of the discontinued LLVM Phabricator instance.

[libc++][doc] Fixes FeatureTestMacroTable.html.
ClosedPublic

Authored by Mordante on Oct 21 2021, 11:11 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG09dc8ab74c94: [libc++][doc] Fixes FeatureTestMacroTable.html.
Summary

utils/generate_feature_test_macro_components.py uses the wrong
indentation. :name: feature-status-table :widths: auto is rendered as
text instead of being used by Sphinx to render the table properly.

This fixes the identation in the souce and updates the generated output.

Diff Detail

Event Timeline

Mordante created this revision.Oct 21 2021, 11:11 AM
Mordante requested review of this revision.Oct 21 2021, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2021, 11:11 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 21 2021, 2:09 PM
ldionne added a subscriber: ldionne.

Thanks for fixing!

This revision is now accepted and ready to land.Oct 21 2021, 2:09 PM
This revision was automatically updated to reflect the committed changes.