[clang] d7e7966 - Remove an extra trailing `` in Modules.rst, NFC
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 13 03:04:54 PST 2025
Author: Haojian Wu
Date: 2025-01-13T12:04:21+01:00
New Revision: d7e79663e77e05ed4e7580be1dca00d7ef3b12c5
URL: https://github.com/llvm/llvm-project/commit/d7e79663e77e05ed4e7580be1dca00d7ef3b12c5
DIFF: https://github.com/llvm/llvm-project/commit/d7e79663e77e05ed4e7580be1dca00d7ef3b12c5.diff
LOG: Remove an extra trailing `` in Modules.rst, NFC
Added:
Modified:
clang/docs/Modules.rst
Removed:
################################################################################
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst
index 06294e3c58a4f8..69a45b7fd9ace5 100644
--- a/clang/docs/Modules.rst
+++ b/clang/docs/Modules.rst
@@ -152,7 +152,7 @@ first include path that would refer to the current file. ``#include_next`` is
interpreted as if the current file had been found in that path.
If this search finds a file named by a module map, the ``#include_next``
directive is translated into an import, just like for a ``#include``
-directive.``
+directive.
Module maps
-----------
More information about the cfe-commits
mailing list