From fa545f36410c5a99a79ccbd91193e59c041d467f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Dec 2003 04:42:00 +0000 Subject: [PATCH] doxygenify llvm-svn: 10661 --- include/Support/Signals.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 0cbf398798a..dff849cfbb0 100644 --- a/include/Support/Signals.h +++ b/include/Support/Signals.h @@ -19,10 +19,10 @@ namespace llvm { -// RemoveFileOnSignal - This function registers signal handlers to ensure that -// if a signal gets delivered that the named file is removed. -// -void RemoveFileOnSignal(const std::string &Filename); + /// RemoveFileOnSignal - This function registers signal handlers to ensure + /// that if a signal gets delivered that the named file is removed. + /// + void RemoveFileOnSignal(const std::string &Filename); } // End llvm namespace