[clang] c26fa8b - Fix docs build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 05:17:29 PST 2025
Author: Aaron Ballman
Date: 2025-12-02T08:16:42-05:00
New Revision: c26fa8bfb9f1293a9ab3b7400a193676738aa486
URL: https://github.com/llvm/llvm-project/commit/c26fa8bfb9f1293a9ab3b7400a193676738aa486
DIFF: https://github.com/llvm/llvm-project/commit/c26fa8bfb9f1293a9ab3b7400a193676738aa486.diff
LOG: Fix docs build
This amends 7e2411cd2b39625443bcf59be20e6636ba31ae8d
Added:
Modified:
clang/docs/StandardCPlusPlusModules.rst
Removed:
################################################################################
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index 0d215888a39a5..71988d0fced98 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -29,8 +29,8 @@ In order to better understand the compiler's behavior, it is helpful to
understand some terms and definitions for readers who are not familiar with the
C++ feature. This document is not a tutorial on C++; it only introduces
necessary concepts to better understand use of modules in a project. Other
-resources at `Wikipedia<https://en.wikipedia.org/wiki/Modules_(C++)>`_ and
-`cppreference<https://en.cppreference.com/w/cpp/language/modules.html>`_ can
+resources at `Wikipedia <https://en.wikipedia.org/wiki/Modules_(C++)>`_ and
+`cppreference <https://en.cppreference.com/w/cpp/language/modules.html>`_ can
provide more background information about modules if needed.
Background and terminology
More information about the cfe-commits
mailing list