doxygenify
authorChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 04:42:00 +0000 (04:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 04:42:00 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/Signals.h
include/llvm/System/Signals.h

index 0cbf398798a17741bdb81d545f7eba6d8bb239e2..dff849cfbb00cdcbc0620e53d6ff63383ed38b40 100644 (file)
 
 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
 
index 0cbf398798a17741bdb81d545f7eba6d8bb239e2..dff849cfbb00cdcbc0620e53d6ff63383ed38b40 100644 (file)
 
 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