From a7e2321a65b1ad8daf593125a2b81635ad80c1d5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Dec 2003 04:42:00 +0000 Subject: [PATCH] doxygenify git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Signals.h | 8 ++++---- include/llvm/System/Signals.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 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 diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index 0cbf398798a..dff849cfbb0 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/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