[llvm] b1be69f - [NFC] Remove duplicate 'see' in CMake.rst (#84680)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 07:06:34 PDT 2024
Author: Mark Zhuang
Date: 2024-03-11T15:06:30+01:00
New Revision: b1be69f4dbc7e3557e381d413e1b8c31ce974cc8
URL: https://github.com/llvm/llvm-project/commit/b1be69f4dbc7e3557e381d413e1b8c31ce974cc8
DIFF: https://github.com/llvm/llvm-project/commit/b1be69f4dbc7e3557e381d413e1b8c31ce974cc8.diff
LOG: [NFC] Remove duplicate 'see' in CMake.rst (#84680)
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
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