[clang] bc84f89 - [OpenCL][Docs] Fixed cross-section reference in OpenCLSupport
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 15 09:21:20 PST 2021
Author: Anastasia Stulova
Date: 2021-01-15T17:20:13Z
New Revision: bc84f89c71ab62d510973f64f022bee31e53af96
URL: https://github.com/llvm/llvm-project/commit/bc84f89c71ab62d510973f64f022bee31e53af96
DIFF: https://github.com/llvm/llvm-project/commit/bc84f89c71ab62d510973f64f022bee31e53af96.diff
LOG: [OpenCL][Docs] Fixed cross-section reference in OpenCLSupport
Tags: #clang
Added:
Modified:
clang/docs/OpenCLSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst
index 7e5bb41f7dbc..5be7e91adcaf 100644
--- a/clang/docs/OpenCLSupport.rst
+++ b/clang/docs/OpenCLSupport.rst
@@ -37,7 +37,7 @@ Clang implements language version 1.0 published in `the official
release of C++ for OpenCL Documentation
<https://github.com/KhronosGroup/OpenCL-Docs/releases/tag/cxxforopencl-v1.0-r1>`_.
-Limited support of experimental C++ libraries is described in the `experimental features <opencl_experimenal>`.
+Limited support of experimental C++ libraries is described in the :ref:`experimental features <opencl_experimenal>`.
Bugzilla bugs for this functionality are typically prefixed
with '[C++4OpenCL]' - click `here
More information about the cfe-commits
mailing list