diff options
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 |