fixed documentation omission

This commit is contained in:
mes5k 2004-10-14 17:19:01 +00:00
parent 4db981b18b
commit cd1bf5af14

View File

@ -39,7 +39,8 @@ class ArgException : public std::exception
/**
* Constructor.
* \param text - The text of the exception.
* \param id - The text identifying the argument source
* \param id - The text identifying the argument source.
* \param td - Text describing the type of ArgException it is.
* of the exception.
*/
ArgException( const std::string& text = "undefined exception",