Skip to content
Snippets Groups Projects
Commit a97f439a authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: added doxygen header doc /see and /ingroup

parent 6007e467
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ namespace otb ...@@ -47,6 +47,7 @@ namespace otb
* StandardOneLineFilterWatcher watcher(thresholdFilter, "Threshold"); * StandardOneLineFilterWatcher watcher(thresholdFilter, "Threshold");
* \endcode * \endcode
* *
* \see otb::StandardOutputPrintCallback
* \see itk::SimpleFilterWatcher * \see itk::SimpleFilterWatcher
* \see otb::fltkFilterWatcher * \see otb::fltkFilterWatcher
* *
......
...@@ -32,6 +32,10 @@ namespace otb ...@@ -32,6 +32,10 @@ namespace otb
* This class defines the Call method, used to write a string the standard * This class defines the Call method, used to write a string the standard
* output, the Flush method, used to flush it, and the IsInteractive * output, the Flush method, used to flush it, and the IsInteractive
* method used to determine if the output is the console. * method used to determine if the output is the console.
*
* \see otb::StandardOneLineFilterWatcher
*
* \ingroup OTBCommon
*/ */
class StandardOutputPrintCallback class StandardOutputPrintCallback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment