mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
doxygenify
llvm-svn: 10661
This commit is contained in:
parent
14b3fdfd6a
commit
fa545f3641
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user