Doxygen updates

Added more doxygen documentation
This commit is contained in:
jwellbelove 2014-10-21 16:17:12 +01:00
parent 61fcb7860b
commit 9f28a382e0

View File

@ -29,11 +29,15 @@ SOFTWARE.
#ifndef __etl_exception__
#define __etl_exception__
///\defgroup Exception Exceptions
/// The base class for all ETL exceptions.
///\ingroup Utilities
namespace etl
{
//***************************************************************************
///\ingroup Exception
/// A low overhead exception base class.
///</summary>
//***************************************************************************
class exception
{
@ -51,7 +55,7 @@ namespace etl
//***************************************************************************
/// Gets the reason for the exception.
/// \return const char* to the reason.</returns>
/// \return const char* to the reason.
//***************************************************************************
value_type what() const
{