doxygenify

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-12-31 04:42:00 +00:00
parent 579155ef75
commit a7e2321a65
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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