mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
[docs] Fix some Sphinx warnings that have crept in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb0572a5d1
commit
71e245c1f6
@ -306,14 +306,13 @@ LLVM-specific variables
|
|||||||
|
|
||||||
**LLVM_DOXYGEN_QHP_NAMESPACE**:STRING
|
**LLVM_DOXYGEN_QHP_NAMESPACE**:STRING
|
||||||
Namespace under which the intermediate Qt Help Project file lives. See `Qt
|
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
|
for more information. Defaults to "org.llvm". This option is only useful in
|
||||||
combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON``; otherwise
|
combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON``; otherwise
|
||||||
this has no effect.
|
this has no effect.
|
||||||
|
|
||||||
**LLVM_DOXYGEN_QHP_CUST_FILTER_NAME**:STRING
|
**LLVM_DOXYGEN_QHP_CUST_FILTER_NAME**:STRING
|
||||||
See `Qt Help Project
|
See `Qt Help Project`_ for
|
||||||
<http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters>`_ for
|
|
||||||
more information. Defaults to the CMake variable ``${PACKAGE_STRING}`` which
|
more information. Defaults to the CMake variable ``${PACKAGE_STRING}`` which
|
||||||
is a combination of the package name and version string. This filter can then
|
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
|
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``;
|
useful in combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON``;
|
||||||
otherwise this has no effect.
|
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
|
**LLVM_DOXYGEN_QHELPGENERATOR_PATH**:STRING
|
||||||
The path to the ``qhelpgenerator`` executable. Defaults to whatever CMake's
|
The path to the ``qhelpgenerator`` executable. Defaults to whatever CMake's
|
||||||
``find_program()`` can find. This option is only useful in combination with
|
``find_program()`` can find. This option is only useful in combination with
|
||||||
|
@ -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
|
instructions or a system call, if cache flushing requires special
|
||||||
privileges.
|
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.
|
time library.
|
||||||
|
|
||||||
This instrinsic does *not* empty the instruction pipeline. Modifications
|
This instrinsic does *not* empty the instruction pipeline. Modifications
|
||||||
|
Loading…
Reference in New Issue
Block a user