aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Signals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-31 04:42:00 +0000
committerChris Lattner <sabre@nondot.org>2003-12-31 04:42:00 +0000
commita7e2321a65b1ad8daf593125a2b81635ad80c1d5 (patch)
tree6e74db71604a477574746193fbe3b095032a747b /include/Support/Signals.h
parent579155ef757a7c418c94c86d5aa279528ac22488 (diff)
doxygenify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/Signals.h')
-rw-r--r--include/Support/Signals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h
index 0cbf398798..dff849cfbb 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