[llvm] r275002 - [docs] Fix up a broken link.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 9 16:08:14 PDT 2016
Author: silvas
Date: Sat Jul 9 18:08:14 2016
New Revision: 275002
URL: http://llvm.org/viewvc/llvm-project?rev=275002&view=rev
Log:
[docs] Fix up a broken link.
Modified:
llvm/trunk/docs/ProgrammersManual.rst
Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=275002&r1=275001&r2=275002&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Sat Jul 9 18:08:14 2016
@@ -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
More information about the llvm-commits
mailing list