If we're going to use tabs, use them consistently. Maybe doxygen will find the
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 15 Apr 2004 15:38:48 +0000 (15:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 15 Apr 2004 15:38:48 +0000 (15:38 +0000)
@parameter line documentation that way, too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12966 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/compiler/StackerCompiler.h

index 9e35fa814416e0ca724ea4e28b8597e292be8111..c724c32d5db1e23a0a1dbde19f010d49d74204a1 100644 (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)