summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-07-09 23:08:14 +0000
committerSean Silva <chisophugis@gmail.com>2016-07-09 23:08:14 +0000
commit96faef21d5fd063c019a2686a295c9773bdaccd3 (patch)
tree431316d2c4bca0f81970f475ffaaf05c16c03183 /llvm/docs/ProgrammersManual.rst
parent0d410c265c0984459445f290bdad4c8a4555011a (diff)
downloadbcm5719-llvm-96faef21d5fd063c019a2686a295c9773bdaccd3.tar.gz
bcm5719-llvm-96faef21d5fd063c019a2686a295c9773bdaccd3.zip
[docs] Fix up a broken link.
llvm-svn: 275002
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 902d4616ac1..8a8268c9f75 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -480,7 +480,7 @@ The ``function_ref`` class template
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``function_ref``
-(`doxygen <http://llvm.org/doxygen/classllvm_1_1function_ref.html>`__) class
+(`doxygen <http://llvm.org/docs/doxygen/html/classllvm_1_1function__ref_3_01Ret_07Params_8_8_8_08_4.html>`__) class
template represents a reference to a callable object, templated over the type
of the callable. This is a good choice for passing a callback to a function,
if you don't need to hold onto the callback after the function returns. In this
OpenPOWER on IntegriCloud