mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 12:49:08 -04:00
fixed documentation omission
This commit is contained in:
parent
4db981b18b
commit
cd1bf5af14
@ -39,7 +39,8 @@ class ArgException : public std::exception
|
|||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
* \param text - The text of the exception.
|
* \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.
|
* of the exception.
|
||||||
*/
|
*/
|
||||||
ArgException( const std::string& text = "undefined exception",
|
ArgException( const std::string& text = "undefined exception",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user