Skip to content
Snippets Groups Projects
Commit 468110af authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'fix_ingroup_test' into 'develop'

TEST: fix ingroup test and doxygen section

See merge request orfeotoolbox/otb!50
parents 4b99a1e3 3bb90c27
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ namespace otb
* When the user gives a number of lines per strip or a tile size, the value
* is interpreted on the first input to deduce the number of streams. This
* number of streams is then used to split the other inputs.
*
* \ingroup OTBImageIO
*/
class OTBImageIO_EXPORT MultiImageFileWriter: public itk::ProcessObject
{
......@@ -226,7 +228,11 @@ private:
bool m_IsObserving;
unsigned long m_ObserverID;
/** Internal base wrapper class to handle each ImageFileWriter */
/** \class SinkBase
* Internal base wrapper class to handle each ImageFileWriter
*
* \ingroup OTBImageIO
*/
class SinkBase
{
public:
......@@ -248,6 +254,8 @@ private:
/** \class Sink
* Wrapper class for each ImageFileWriter
*
* \ingroup OTBImageIO
*/
template <class TImage>
class Sink : public SinkBase
......
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