From: Nick Lewycky Date: Sun, 19 Apr 2009 18:20:21 +0000 (+0000) Subject: Fix missing text in doxygen documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c533169226213a6089a887b4f80f41004e10128;p=oota-llvm.git Fix missing text in doxygen documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69529 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/ValueHandle.h b/include/llvm/Support/ValueHandle.h index a668656a07e..a594e3a2764 100644 --- a/include/llvm/Support/ValueHandle.h +++ b/include/llvm/Support/ValueHandle.h @@ -152,7 +152,7 @@ public: /// Note that an AssertingVH handle does *not* follow values across RAUW /// operations. This means that RAUW's need to explicitly update the /// AssertingVH's as it moves. This is required because in non-assert mode this - /// class turns into a trivial wrapper around a pointer. +/// class turns into a trivial wrapper around a pointer. template class AssertingVH #ifndef NDEBUG