diff --git a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h index 329e78b5cb91249e9c7dd39cc947ddc4c57564b0..620d732415e8626de95e15b526126397e32257b5 100644 --- a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h +++ b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h @@ -47,6 +47,7 @@ namespace otb * StandardOneLineFilterWatcher watcher(thresholdFilter, "Threshold"); * \endcode * + * \see otb::StandardOutputPrintCallback * \see itk::SimpleFilterWatcher * \see otb::fltkFilterWatcher * diff --git a/Modules/Core/Common/include/otbStandardOutputPrintCallback.h b/Modules/Core/Common/include/otbStandardOutputPrintCallback.h index bc5b39a9c4d123a42d6cc53371265cbc7423bbcd..f34bf852fdc92dc9008b5ae43959c288a2f18488 100644 --- a/Modules/Core/Common/include/otbStandardOutputPrintCallback.h +++ b/Modules/Core/Common/include/otbStandardOutputPrintCallback.h @@ -32,6 +32,10 @@ namespace otb * This class defines the Call method, used to write a string the standard * output, the Flush method, used to flush it, and the IsInteractive * method used to determine if the output is the console. + * + * \see otb::StandardOneLineFilterWatcher + * + * \ingroup OTBCommon */ class StandardOutputPrintCallback