From 96faef21d5fd063c019a2686a295c9773bdaccd3 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sat, 9 Jul 2016 23:08:14 +0000 Subject: [PATCH] [docs] Fix up a broken link. llvm-svn: 275002 --- llvm/docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 902d461..8a8268c 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -480,7 +480,7 @@ The ``function_ref`` class template ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The ``function_ref`` -(`doxygen `__) class +(`doxygen `__) 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 -- 2.7.4