diff --git a/Examples/Plugins/org.mitk.example.gui.imaging/documentation/doxygen/modules.dox b/Examples/Plugins/org.mitk.example.gui.imaging/documentation/doxygen/modules.dox index ea1d4c1ab2..3fb1ce59f1 100644 --- a/Examples/Plugins/org.mitk.example.gui.imaging/documentation/doxygen/modules.dox +++ b/Examples/Plugins/org.mitk.example.gui.imaging/documentation/doxygen/modules.dox @@ -1,16 +1,16 @@ /** - \defgroup org_mitk_gui_qt_examples org.mitk.gui.qt.examples - \ingroup MITKPlugins + \defgroup org_mitk_example_gui_imaging org.mitk.example.gui.imaging + \ingroup MITKExamplePlugins - \brief Describe your plugin here. + \brief Example plug-in demonstrating various imaging related techniques. */ /** - \defgroup org_mitk_gui_qt_examples_internal Internal - \ingroup org_mitk_gui_qt_examples + \defgroup org_mitk_example_gui_imaging_internal Internal + \ingroup org_mitk_example_gui_imaging - \brief This subcategory includes the internal classes of the org.mitk.gui.qt.examples plugin. Other + \brief This subcategory includes the internal classes of the org.mitk.example.gui.imaging plugin. Other plugins must not rely on these classes. They contain implementation details and their interface may change at any time. We mean it. */ diff --git a/Examples/Plugins/org.mitk.example.gui.opencv/documentation/doxygen/modules.dox b/Examples/Plugins/org.mitk.example.gui.opencv/documentation/doxygen/modules.dox index b8bf31accf..7d7fc5e6ab 100644 --- a/Examples/Plugins/org.mitk.example.gui.opencv/documentation/doxygen/modules.dox +++ b/Examples/Plugins/org.mitk.example.gui.opencv/documentation/doxygen/modules.dox @@ -1,16 +1,16 @@ /** - \defgroup org_mitk_gui_qt_examplesopencv org.mitk.gui.qt.examplesopencv - \ingroup MITKPlugins + \defgroup org_mitk_example_gui_opencv org.mitk.example.gui.opencv + \ingroup MITKExamplePlugins - \brief This is the examplesopencv plugin. + \brief An example plug-in showing how to play a video using OpenCV. */ /** - \defgroup org_mitk_gui_qt_examplesopencv_internal Internal - \ingroup org_mitk_gui_qt_examplesopencv + \defgroup org_mitk_example_gui_opencv_internal Internal + \ingroup org_mitk_example_gui_opencv - \brief This subcategory includes the internal classes of the org.mitk.gui.qt.examplesopencv plugin. Other + \brief This subcategory includes the internal classes of the org.mitk.example.gui.opencv plugin. Other plugins must not rely on these classes. They contain implementation details and their interface may change at any time. We mean it. -*/ \ No newline at end of file +*/