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

`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.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D112251
This commit is contained in:
Mark de Wever 2021-10-21 20:06:30 +02:00
parent 7457fe3dd4
commit 09dc8ab74c
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ Status
======
.. table:: Current Status
:name: feature-status-table
:widths: auto
:name: feature-status-table
:widths: auto
================================================= =================
Macro Name Value

View File

@ -1095,8 +1095,8 @@ Status
======
.. table:: Current Status
:name: feature-status-table
:widths: auto
:name: feature-status-table
:widths: auto
{status_tables}