From: NAKAMURA Takumi Date: Tue, 14 Oct 2014 09:34:16 +0000 (+0000) Subject: Threading.h: Use \tparam for template parameters. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=45ed68789b440ef68863168002dd55cfb4068b79;p=oota-llvm.git 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 --- 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;