Skip to content
Snippets Groups Projects
Commit 9302c897 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: documentation on otb namespace

parent 0fc441ea
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,16 @@
#include "itkMacro.h"
#include "otbConfigure.h"
/**
* \namespace otb
* \brief The "otb" namespace contains all Orfeo Toolbox (OTB) classes
* There are several nested namespaces withing the otb:: namespace.
*/
namespace otb
{
} // end namespace otb - this is here for documentation purposes
/** This macro is used to print debug (or other information). They are
* also used to catch errors, etc. Example usage looks like:
* itkDebugMacro(<< "this is debug info" << this->SomeVariable); */
......
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