diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 0cbf398798a..dff849cfbb0 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