summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-04-07 22:29:53 +0000
committerSean Silva <silvas@purdue.edu>2014-04-07 22:29:53 +0000
commitd02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb (patch)
tree49b77b58f3e9446dee9455c3f53ac76db044bb3d /llvm
parent735da8e015fa43cc4e2620705f628a1002ece07a (diff)
downloadbcm5719-llvm-d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb.tar.gz
bcm5719-llvm-d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb.zip
[docs] Fix some Sphinx warnings that have crept in.
llvm-svn: 205742
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CMake.rst7
-rw-r--r--llvm/docs/LangRef.rst2
2 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index cbca1dbeb57..3049ac0f2ac 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -306,14 +306,13 @@ LLVM-specific variables
**LLVM_DOXYGEN_QHP_NAMESPACE**:STRING
Namespace under which the intermediate Qt Help Project file lives. See `Qt
- Help Project <http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace>`_
+ Help Project`_
for more information. Defaults to "org.llvm". This option is only useful in
combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON``; otherwise
this has no effect.
**LLVM_DOXYGEN_QHP_CUST_FILTER_NAME**:STRING
- See `Qt Help Project
- <http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters>`_ for
+ See `Qt Help Project`_ for
more information. Defaults to the CMake variable ``${PACKAGE_STRING}`` which
is a combination of the package name and version string. This filter can then
be used in Qt Creator to select only documentation from LLVM when browsing
@@ -321,6 +320,8 @@ LLVM-specific variables
useful in combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON``;
otherwise this has no effect.
+.. _Qt Help Project: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters
+
**LLVM_DOXYGEN_QHELPGENERATOR_PATH**:STRING
The path to the ``qhelpgenerator`` executable. Defaults to whatever CMake's
``find_program()`` can find. This option is only useful in combination with
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 91692ad41ed..0654ca62e3d 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -6968,7 +6968,7 @@ cache (e.g. ARM, MIPS), the intrinsic is lowered either to appropiate
instructions or a system call, if cache flushing requires special
privileges.
-The default behavior is to emit a call to ``__clear_cache'' from the run
+The default behavior is to emit a call to ``__clear_cache`` from the run
time library.
This instrinsic does *not* empty the instruction pipeline. Modifications
OpenPOWER on IntegriCloud