[all-commits] [llvm/llvm-project] 09dc8a: [libc++][doc] Fixes FeatureTestMacroTable.html.

mordante via All-commits all-commits at lists.llvm.org
Fri Oct 22 08:25:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09dc8ab74c946fad74706d86e6a1376b2e384a15
      https://github.com/llvm/llvm-project/commit/09dc8ab74c946fad74706d86e6a1376b2e384a15
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list