From 45ed68789b440ef68863168002dd55cfb4068b79 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 14 Oct 2014 09:34:16 +0000 Subject: [PATCH] Threading.h: Use \tparam for template parameters. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219676 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Threading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h index 343acda8f84..cc9727031fd 100644 --- a/include/llvm/Support/Threading.h +++ b/include/llvm/Support/Threading.h @@ -52,7 +52,7 @@ namespace llvm { /// llvm_call_once(); /// \endcode /// -/// \param UserFn Function to call once. +/// \tparam UserFn Function to call once. template void llvm_call_once() { #if !defined(__MINGW__) static std::once_flag flag; -- 2.34.1