[llvm] [doc][NFC] Remove duplicate 'see' in CMake.rst (PR #84680)

Mark Zhuang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 09:04:15 PDT 2024


https://github.com/zqb-all created https://github.com/llvm/llvm-project/pull/84680

None

>From e764ee5f92439edd07dffd0349097f98b386d767 Mon Sep 17 00:00:00 2001
From: Mark Zhuang <mark.zhuang at spacemit.com>
Date: Mon, 11 Mar 2024 00:02:56 +0800
Subject: [PATCH] [doc][NFC] Remove duplicate 'see' in CMake.rst

---
 llvm/docs/CMake.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 35c47989a7eef0..be5da5652e31e3 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -363,7 +363,7 @@ enabled sub-projects. Nearly all of these variable names begin with
   documentation targets being as part of a normal build.  If the ``install``
   target is run then this also enables all built documentation targets to be
   installed. Defaults to OFF.  To enable a particular documentation target, see
-  see LLVM_ENABLE_SPHINX and LLVM_ENABLE_DOXYGEN.
+  LLVM_ENABLE_SPHINX and LLVM_ENABLE_DOXYGEN.
 
 **LLVM_BUILD_EXAMPLES**:BOOL
   Build LLVM examples. Defaults to OFF. Targets for building each example are



More information about the llvm-commits mailing list