1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

If we're going to use tabs, use them consistently. Maybe doxygen will find the

@parameter line documentation that way, too.

llvm-svn: 12966
This commit is contained in:
Misha Brukman 2004-04-15 15:38:48 +00:00
parent 978fd39ec7
commit 97e81286e5

View File

@ -149,8 +149,8 @@ class StackerCompiler
/// @name Utility functions
/// @{
public:
/// @brief Throws an exception to indicate an error
/// @param message The message to be output
/// @brief Throws an exception to indicate an error
/// @param message The message to be output
/// @param line Override for the current line no
static inline void ThrowException( const std::string &message,
int line = -1)