[clang] c8d16bf - [clang][doc] Fixes formatting of a text block.
Mark de Wever via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 22 07:22:02 PST 2023
Author: Mark de Wever
Date: 2023-01-22T16:21:11+01:00
New Revision: c8d16bf3048305876fe600a598a610dfedcab1ee
URL: https://github.com/llvm/llvm-project/commit/c8d16bf3048305876fe600a598a610dfedcab1ee
DIFF: https://github.com/llvm/llvm-project/commit/c8d16bf3048305876fe600a598a610dfedcab1ee.diff
LOG: [clang][doc] Fixes formatting of a text block.
Added:
Modified:
clang/docs/StandardCPlusPlusModules.rst
Removed:
################################################################################
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index 1010948ae91b3..44762fa6b3153 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -295,7 +295,7 @@ Module name requirement
[module.unit]p1 says:
-::
+.. code-block:: text
All module-names either beginning with an identifier consisting of std followed by zero
or more digits or containing a reserved identifier ([lex.name]) are reserved and shall not
More information about the cfe-commits
mailing list