diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-31 04:42:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-31 04:42:00 +0000 |
commit | a7e2321a65b1ad8daf593125a2b81635ad80c1d5 (patch) | |
tree | 6e74db71604a477574746193fbe3b095032a747b /include | |
parent | 579155ef757a7c418c94c86d5aa279528ac22488 (diff) | |
download | external_llvm-a7e2321a65b1ad8daf593125a2b81635ad80c1d5.zip external_llvm-a7e2321a65b1ad8daf593125a2b81635ad80c1d5.tar.gz external_llvm-a7e2321a65b1ad8daf593125a2b81635ad80c1d5.tar.bz2 |
doxygenify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/Support/Signals.h | 8 | ||||
-rw-r--r-- | 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 0cbf398..dff849c 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 0cbf398..dff849c 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 |