From a97f439ae7fbf6d6d267f0fd9e34dd0e96c308f2 Mon Sep 17 00:00:00 2001 From: ctraizet <cedric.traizet@c-s.fr> Date: Mon, 11 Mar 2019 11:49:11 +0100 Subject: [PATCH] DOC: added doxygen header doc /see and /ingroup --- Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h | 1 + Modules/Core/Common/include/otbStandardOutputPrintCallback.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h b/Modules/Core/Common/include/otbStandardOneLineFilterWatcher.h index 329e78b5cb..620d732415 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 bc5b39a9c4..f34bf852fd 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 -- GitLab