Skip to content

Commit 130da40

Browse files
mikomikotaishikcloudy0717
authored andcommitted
[clang][docs] Add link to C++ modules Wikipedia page to docs (llvm#169200)
This PR adds a link to the "[Modules (C++)](https://en.wikipedia.org/wiki/Modules_(C++))" page on Wikipedia and similar on cpp reference, as per recommendation by another contributor.
1 parent 5df0575 commit 130da40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ Standard C++ Named modules
2828
In order to better understand the compiler's behavior, it is helpful to
2929
understand some terms and definitions for readers who are not familiar with the
3030
C++ feature. This document is not a tutorial on C++; it only introduces
31-
necessary concepts to better understand use of modules in a project.
31+
necessary concepts to better understand use of modules in a project. Other
32+
resources at `Wikipedia<https://en.wikipedia.org/wiki/Modules_(C++)>`_ and
33+
`cppreference<https://en.cppreference.com/w/cpp/language/modules.html>`_ can
34+
provide more background information about modules if needed.
3235

3336
Background and terminology
3437
--------------------------

0 commit comments

Comments
 (0)