mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
If we're going to use tabs, use them consistently. Maybe doxygen will find the
@parameter line documentation that way, too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -149,8 +149,8 @@ class StackerCompiler
|
|||||||
/// @name Utility functions
|
/// @name Utility functions
|
||||||
/// @{
|
/// @{
|
||||||
public:
|
public:
|
||||||
/// @brief Throws an exception to indicate an error
|
/// @brief Throws an exception to indicate an error
|
||||||
/// @param message The message to be output
|
/// @param message The message to be output
|
||||||
/// @param line Override for the current line no
|
/// @param line Override for the current line no
|
||||||
static inline void ThrowException( const std::string &message,
|
static inline void ThrowException( const std::string &message,
|
||||||
int line = -1)
|
int line = -1)
|
||||||
|
Reference in New Issue
Block a user