From cd1bf5af145970f7adaa1f4b5594aeedf6b3383b Mon Sep 17 00:00:00 2001 From: mes5k Date: Thu, 14 Oct 2004 17:19:01 +0000 Subject: [PATCH] fixed documentation omission --- include/tclap/ArgException.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tclap/ArgException.h b/include/tclap/ArgException.h index 04d1c94..157619e 100644 --- a/include/tclap/ArgException.h +++ b/include/tclap/ArgException.h @@ -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",