mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Doxygen updates
Added more doxygen documentation
This commit is contained in:
parent
61fcb7860b
commit
9f28a382e0
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user