mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
doxygenify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
579155ef75
commit
a7e2321a65
@ -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
|
||||
|
||||
|
@ -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