Skip to content
Snippets Groups Projects
Commit f6bfda0d authored by Victor Poughon's avatar Victor Poughon
Browse files

RFC-91: add doxygen comment blocks for new classes

parent 809779bc
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,13 @@
namespace otb {
/** \class Logger
* \brief An ITK logger specialized for OTB
*
* Sets OTB wide settings in its constructor
*
* \ingroup OTBApplicationEngine
*/
class Logger : public itk::Logger
{
public:
......
......@@ -41,6 +41,13 @@
namespace otb
{
/** \class ApplicationException
* \brief Exception for runtime errors in OTB Applications
*
* Usually thrown with the otbAppLogFATAL macro
*
* \ingroup OTBApplicationEngine
*/
class ApplicationException : public itk::ExceptionObject
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment