~$g%R>At@JQ_)&b2SocB|1)EhDxl}%8dZ8
z%-DY#GDhyAd|QU7hIm
z=VZ@tpUF_VKCtPE%aH|XhKsy3O&;$Nq=&bw=A*RT=R*7_fce)>J4+t~KeP+MD`V%pg)cHhCkYENav4Un((ug*+Nz)Kfy)jSRz*aX2I0wb3t?QY38ZKmyz
z^@J*{!4Fx`k7)A{@0Y?NCkB6M;Ra>2o>G}zqykgCtIvjel1#)R5-(
z3(vF~$vjNCw@Y+Z4ied^)KRJ*(L*q?NTs2hTgo`U>BNjXEn9C8%A}9AE!kVWg2!Jz
zO{STwxC$VvI?smDuqf<_T!TvKhpEygLS@trPjhFdTS-S`e#yGkRz5nmTA+JbWI
zUIzIDL?v4|7GB}@T#U%9o*2mmge%PB-wV1SF?%Kh)8(LnW`8eI7R}h7CspI|EqG&E
zI10s(;1HRTiyeWcW@rtO79w3>lz?~azUk6;BnVM5*5l!aNIC4eBf`=2!yu-t3e9ob
zU-?E$00o+~lMYhMs5dRggT6PDk2i@>&nXxv-_ke}k>*OmJk0(IW
zqQJ>ZOp}nX`J829#q7@uf4r0Q=}w9Nprq4N`(v2k8YLO>xh2?bxFccz^FP_|ug)=8W+OC@M`*xz+9ZpeIpE(V3a9-3z&^TF
zByaf+{1&aD4?f+$t#;&&K~as%XTg>U*jyt1B?Ph^esl}EH(++V(at=_Y`o<;Zc=WsL0WKBVMB)W?v
z5q8_cVGU%Aja-oUA>+z-iKk0%Mq`%_SBiU+IVb)c3jvMn#{Y4ZPZcvP8+7?GZ$Mf{
zfNWJB)AC3+igk$FKR$xLUJ)Cu{EOO4l96r26AvBa&20IG
zq%{6id(ax5z|{ubx^{@xHa7U)zylC=|C(yVYvVTuYVt8khG};p^RXCBae7WtTh%uFS!>!tyCWNTol%~?O$
\endverbatim
- The root-tag \i names the class to be instantiated, currently this can be one of
+ The root-tag \c \ names the class to be instantiated, currently this can be one of
- DICOMITKSeriesGDCMReader
- ThreeDnTDICOMSeriesReader
@@ -62,8 +62,8 @@ namespace mitk
group3DnT="true|false"
Determines whether images at the same spatial position should be interpreted as 3D+t images.
- The tags and describe the basic loading strategy of both
- reader mentioned above: first images are divided into incompatible groups (),
+ The tags \c \ and \c \ describe the basic loading strategy of both
+ reader mentioned above: first images are divided into incompatible groups (\c \),
and afterwards the images within each group are sorted by means of DICOMSortCriterion, which
most commonly mentions a tag.
diff --git a/Modules/DICOM/src/legacy/mitkDicomSeriesReader.h b/Modules/DICOM/src/legacy/mitkDicomSeriesReader.h
index 12e83265e88..3a780617e02 100644
--- a/Modules/DICOM/src/legacy/mitkDicomSeriesReader.h
+++ b/Modules/DICOM/src/legacy/mitkDicomSeriesReader.h
@@ -253,7 +253,7 @@ namespace mitk
- red: the output of ITK ImageSeriesReader: wrong, larger spacing, no tilt
- blue: how much a shear must correct
- \image tilt-correction.jpg
+ \image html Modules/DICOM/doc/Doxygen/tilt-correction.jpg
\section DicomSeriesReader_whatweknowaboutitk The actual image loading process
@@ -558,6 +558,9 @@ namespace mitk
\param filenames The filenames to load.
\param sort Whether files should be sorted spatially (true) or not (false - maybe useful if presorted)
\param load4D Whether to load the files as 3D+t (if possible)
+ \param correctGantryTilt
+ \param callback
+ \param preLoadedImageBlock
*/
static DataNode::Pointer LoadDicomSeries(const StringContainer &filenames,
bool sort = true,
@@ -569,8 +572,15 @@ namespace mitk
/**
\brief See LoadDicomSeries! Just a slightly different interface.
- If \p preLoadedImageBlock is provided, the reader will only "fake" loading and create appropriate
- mitk::Properties.
+ If \p preLoadedImageBlock is provided, the reader will only "fake" loading and create appropriate mitk::Properties.
+
+ \param filenames
+ \param node
+ \param sort
+ \param load4D
+ \param correctGantryTilt
+ \param callback
+ \param preLoadedImageBlock
*/
static bool LoadDicomSeries(const StringContainer &filenames,
DataNode &node,
@@ -897,7 +907,11 @@ namespace mitk
/**
\brief Feed files into itk::ImageSeriesReader and retrieve a 3D MITK image.
+ \param correctTilt
+ \param tiltInfo
+ \param io
\param command can be used for progress reporting
+ \param preLoadedImageBlock
*/
template
static itk::SmartPointer LoadDICOMByITK(const StringContainer &,
diff --git a/Modules/DICOMweb/include/mitkDICOMweb.h b/Modules/DICOMweb/include/mitkDICOMweb.h
index ad34d512901..36643d4f6ad 100644
--- a/Modules/DICOMweb/include/mitkDICOMweb.h
+++ b/Modules/DICOMweb/include/mitkDICOMweb.h
@@ -59,7 +59,7 @@ namespace mitk
*
* @param filePath the path to a valid DICOM file which should be send
* @param studyUID the DICOM study uid
- * @param the task to wait for
+ * @return the task to wait for
*/
pplx::task SendSTOW(utility::string_t filePath, utility::string_t studyUID);
diff --git a/Modules/DataTypesExt/include/mitkApplyDiffImageOperation.h b/Modules/DataTypesExt/include/mitkApplyDiffImageOperation.h
index 884dbf7e124..ee25cbea9b0 100644
--- a/Modules/DataTypesExt/include/mitkApplyDiffImageOperation.h
+++ b/Modules/DataTypesExt/include/mitkApplyDiffImageOperation.h
@@ -55,6 +55,10 @@ namespace mitk
public:
/**
Pass only 2D images here.
+ \param operationType
+ \param image
+ \param diffImage
+ \param timeStep
\param sliceIndex brief Which slice to extract (first one has index 0).
\param sliceDimension Number of the dimension which is constant for all pixels of the desired slice (e.g. 0 for
axial)
diff --git a/Modules/DataTypesExt/include/mitkCellOperation.h b/Modules/DataTypesExt/include/mitkCellOperation.h
index 24c08df4b56..87aa1a48c00 100644
--- a/Modules/DataTypesExt/include/mitkCellOperation.h
+++ b/Modules/DataTypesExt/include/mitkCellOperation.h
@@ -31,10 +31,9 @@ namespace mitk
//##Documentation
//##@brief constructor
//##
- //## @param
- //## operationType is the type of that operation (see mitkOperation.h; e.g. move or add; Information for
- //StateMachine::ExecuteOperation());
- //## cellId: Id of the cell and a vector if needed
+ //## @param operationType is the type of that operation (see mitkOperation.h; e.g. move or add; Information for StateMachine::ExecuteOperation());
+ //## @param cellId Id of the cell and a vector if needed
+ //## @param vector
CellOperation(OperationType operationType, int cellId, Vector3D vector);
CellOperation(OperationType operationType, int cellId);
diff --git a/Modules/ImageStatistics/itkMultiGaussianImageSource.h b/Modules/ImageStatistics/itkMultiGaussianImageSource.h
index 42e428a2abf..794809c8fc7 100644
--- a/Modules/ImageStatistics/itkMultiGaussianImageSource.h
+++ b/Modules/ImageStatistics/itkMultiGaussianImageSource.h
@@ -54,7 +54,7 @@ To serve as a test tool for ImageStatisticsCalculator, esp. the "hotspot search"
\section Generation-of-a-multigauss-image Generation of a multigauss image
-A multigauss function consists of the sum of \f$ N \f$ gauss function. The \f$ i \f$-th \linebreak (\f$0 \leq i \leq N \f$) gaussian is described with the following seven parameters (see above):
+A multigauss function consists of the sum of \f$ N \f$ gauss function. The \f$ i \f$-th \n (\f$0 \leq i \leq N \f$) gaussian is described with the following seven parameters (see above):
- \f$ x_0^{(i)} \f$ is the expectancy value in the \f$ x \f$-Axis
- \f$ y_0^{(i)} \f$ is the expectancy value in the \f$ y \f$-Axis
- \f$ z_0^{(i)} \f$ is the expectancy value in the \f$ z \f$-Axis
diff --git a/Modules/ImageStatistics/mitkImageStatisticsContainerManager.h b/Modules/ImageStatistics/mitkImageStatisticsContainerManager.h
index cab786019e2..88de6ebd048 100644
--- a/Modules/ImageStatistics/mitkImageStatisticsContainerManager.h
+++ b/Modules/ImageStatistics/mitkImageStatisticsContainerManager.h
@@ -43,6 +43,9 @@ namespace mitk
@details if more than one StatisticsContainer is found, only the newest (ModifiedTime) is returned
@pre Datastorage must point to a valid instance.
@pre image must Point to a valid instance.
+ @param dataStorage
+ @param image
+ @param mask
@param onlyIfUpToDate Indicates if results should only be returned if the are up to date, thus not older then image and ROI.
@param noWIP If noWIP is true, the function only returns valid final result and not just its placeholder (WIP).
If noWIP equals false it might also return a WIP, thus the valid result is currently processed/ordered but might not be ready yet.
diff --git a/Modules/ImageStatistics/mitkIntensityProfile.h b/Modules/ImageStatistics/mitkIntensityProfile.h
index 40600127267..1ecab74dfcd 100644
--- a/Modules/ImageStatistics/mitkIntensityProfile.h
+++ b/Modules/ImageStatistics/mitkIntensityProfile.h
@@ -84,6 +84,7 @@ namespace mitk
/** \brief Compute global maximum of an intensity profile.
*
* \param[in] intensityProfile An intensity profile.
+ * \param[out] max The global maximum.
*
* \return Index of the global maximum.
*/
@@ -92,6 +93,7 @@ namespace mitk
/** \brief Compute global minimum of an intensity profile.
*
* \param[in] intensityProfile An intensity profile.
+ * \param[out] min The global minimum.
*
* \return Index of the global minimum.
*/
diff --git a/Modules/MapperExt/include/mitkEnhancedPointSetVtkMapper3D.h b/Modules/MapperExt/include/mitkEnhancedPointSetVtkMapper3D.h
index 20ac8bd42b6..dab5d786d07 100644
--- a/Modules/MapperExt/include/mitkEnhancedPointSetVtkMapper3D.h
+++ b/Modules/MapperExt/include/mitkEnhancedPointSetVtkMapper3D.h
@@ -55,7 +55,7 @@ namespace mitk
* extended so that point representations are stored in a lookup table,
* which is indexed by point data from the rendered PointSet.
*
- * \warn This mapper requires the PointData container to be the same size
+ * \warning This mapper requires the PointData container to be the same size
* as the point container.
*
* \sa PointSetVtkMapper3D
diff --git a/Modules/ModelFit/include/mitkFormulaParser.h b/Modules/ModelFit/include/mitkFormulaParser.h
index fa1c4b92197..6e7eb93d2ac 100644
--- a/Modules/ModelFit/include/mitkFormulaParser.h
+++ b/Modules/ModelFit/include/mitkFormulaParser.h
@@ -35,7 +35,7 @@ namespace mitk
/*!
* @brief This class offers the functionality to evaluate simple mathematical formula
* strings (e.g. "3.5 + 4 * x * sin(x) - 1 / 2"
).
- * @details Internally it utilizes the @c boost::spirit framework with the @ref Grammar
+ * @details Internally it utilizes the @c boost::spirit framework with the Grammar
* structure to parse the input string into a valid result number.
* Function strings (e.g. @c "sin", @c "tan" or @c "abs") are translated to
* actual function calls and variables (e.g. @c "x", @c "myVariable", "amount_")
diff --git a/Modules/ModelFit/include/mitkModelFitCmdAppsHelper.h b/Modules/ModelFit/include/mitkModelFitCmdAppsHelper.h
index 5cc65983a5a..4d2cd049f27 100644
--- a/Modules/ModelFit/include/mitkModelFitCmdAppsHelper.h
+++ b/Modules/ModelFit/include/mitkModelFitCmdAppsHelper.h
@@ -32,12 +32,12 @@ namespace mitk
/** Helper function that generates the file path that would be used to store an result image.
The output path will be determined given the outputPathTemplate (which determines the directory,
- the basic file name and the file formate). The output file name is: _.*/
+ the basic file name and the file formate). The output file name is: \_\.\*/
MITKMODELFIT_EXPORT std::string generateModelFitResultImagePath(const std::string& outputPathTemplate, const std::string& parameterName);
/** Helper function that takes the given image and stores it based on a template path.
The real output path will be determined given the outputPathTemplate (which determines the directory,
- the basic file name and the file formate). The output file name is: _.*/
+ the basic file name and the file formate). The output file name is: \_\.\*/
MITKMODELFIT_EXPORT void storeParameterResultImage(const std::string& outputPathTemplate, const std::string& parameterName, mitk::Image* image, mitk::modelFit::Parameter::Type parameterType = mitk::modelFit::Parameter::ParameterType);
/** Helper function that takes the given image, sets its properties according to the fit session and stores it.
diff --git a/Modules/ModelFit/include/mitkModelFitParameterValueExtraction.h b/Modules/ModelFit/include/mitkModelFitParameterValueExtraction.h
index 48d2f117739..6212b1a88f8 100644
--- a/Modules/ModelFit/include/mitkModelFitParameterValueExtraction.h
+++ b/Modules/ModelFit/include/mitkModelFitParameterValueExtraction.h
@@ -26,12 +26,18 @@ namespace mitk
/** Helper function that gets the voxel value (as double) of an image (given an 3D position and a time step).
Function is used in different contexts of model fit view.
+ @param image
+ @param position
+ @param timestep
@param noThrow If set to false, function will throw exceptions. If set to true, exceptions will be blocked, an MITK_ERROR will be notified and the return is 0.0.*/
MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType ReadVoxel(const mitk::Image* image,
const mitk::Point3D& position, unsigned int timestep = 0, bool noThrow = true);
/** Helper function that gets the voxel value (as double) of an image (given an image index and a time step).
Function is used in different contexts of model fit view.
+ @param image
+ @param index
+ @param timestep
@param noThrow If set to false, function will throw exceptions.If set to true, exceptions will be blocked, an MITK_ERROR will be notified and the return is 0.0. */
MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType ReadVoxel(const mitk::Image* image,
const ::itk::Index<3>& index, unsigned int timestep = 0, bool noThrow = true);
diff --git a/Modules/ModelFit/include/mitkTimeGridHelper.h b/Modules/ModelFit/include/mitkTimeGridHelper.h
index fba0b23e515..eb9c25150cf 100644
--- a/Modules/ModelFit/include/mitkTimeGridHelper.h
+++ b/Modules/ModelFit/include/mitkTimeGridHelper.h
@@ -28,6 +28,7 @@ namespace mitk
MITKMODELFIT_EXPORT ModelBase::ModelResultType InterpolateSignalToNewTimeGrid(const ModelBase::ModelResultType& inputSignal, const ModelBase::TimeGridType& inputGrid, const ModelBase::TimeGridType& outputGrid);
/** Super sample passed time grid by a given supersampling rate and interpolates linear in between original time steps.
+ * @param grid
* @param samplingRate Defines how many samples should be generated between to original time steps (including the preceeding time step). E.g. a sampling rate of 1 will just returns the original grid untouched;
a sampling rate of 3 will generate to aditional steps between to original steps.*/
MITKMODELFIT_EXPORT ModelBase::TimeGridType GenerateSupersampledTimeGrid(const mitk::ModelBase::TimeGridType& grid, const unsigned int samplingRate);
diff --git a/Modules/OpenCVVideoSupport/Commands/mitkGrabCutOpenCVImageFilter.h b/Modules/OpenCVVideoSupport/Commands/mitkGrabCutOpenCVImageFilter.h
index 774101d4591..361c0dad685 100644
--- a/Modules/OpenCVVideoSupport/Commands/mitkGrabCutOpenCVImageFilter.h
+++ b/Modules/OpenCVVideoSupport/Commands/mitkGrabCutOpenCVImageFilter.h
@@ -75,7 +75,7 @@ class MITKOPENCVVIDEOSUPPORT_EXPORT GrabCutOpenCVImageFilter : public AbstractOp
* in this method. Instead a worker thread is waken up every time this method is called,
* if foreground model points were set before.
*
- * \param OpenCV image to be segmentated
+ * \param image OpenCV image to be segmentated
* \return false if an empty image was set, true otherwise
*/
bool OnFilterImage( cv::Mat& image ) override;
diff --git a/Modules/OpenIGTLink/mitkIGTLMeasurements.h b/Modules/OpenIGTLink/mitkIGTLMeasurements.h
index 598ea28a6f5..82b24b6cfd4 100644
--- a/Modules/OpenIGTLink/mitkIGTLMeasurements.h
+++ b/Modules/OpenIGTLink/mitkIGTLMeasurements.h
@@ -23,48 +23,6 @@ found in the LICENSE file.
namespace mitk {
- ///**
- //* \brief Is a helper class to make measurments for latency and fps
- //*
- //* \ingroup OpenIGTLink
- //*/
- //class MITKOPENIGTLINK_EXPORT IGTLMeasurementsImplementation : public itk::Object
- //{
- //public:
- // mitkClassMacroItkParent(IGTLMeasurementsImplementation, itk::Object);
- // itkFactorylessNewMacro(Self)
- // itkCloneMacro(Self)
-
- // typedef std::list MeasurementList;
- // typedef std::map MeasurementPoints;
-
- // /**
- // * \brief AddMeasurementPoint
- // */
- // void AddMeasurement(unsigned int measurementPoint);
- // bool ExportData(std::string filename);
-
- // /**
- // * \brief clears all measurements
- // */
- // void Reset();
-
- // void SetStarted(bool started);
-
- // void RegisterAsMicroservice();
- // void UnRegisterMicroservice();
- //protected:
- // IGTLMeasurementsImplementation();
- // ~IGTLMeasurementsImplementation();
-
- // /** \brief */
- // MeasurementPoints m_MeasurementPoints;
-
- // bool m_IsStarted;
-
- // us::ServiceRegistration m_ServiceRegistration;
- //};
-
/**
* \brief Is a helper class to make measurments for latency and fps
*
@@ -78,6 +36,8 @@ namespace mitk {
/**
* \brief AddMeasurementPoint
+ * \param measurementPoint
+ * \param index
* \param timestamp Sets the timestamp, if it is 0 the current system time is used.
*/
void AddMeasurement(unsigned int measurementPoint, unsigned int index, long long timestamp = 0);
diff --git a/Modules/RT/include/mitkDoseImageVtkMapper2D.h b/Modules/RT/include/mitkDoseImageVtkMapper2D.h
index cb0f7bbdede..e376d228a16 100644
--- a/Modules/RT/include/mitkDoseImageVtkMapper2D.h
+++ b/Modules/RT/include/mitkDoseImageVtkMapper2D.h
@@ -45,10 +45,6 @@ namespace mitk {
/** \brief Mapper to resample and display 2D slices of a 3D image.
*
- * The following image gives a brief overview of the mapping and the involved parts.
- *
- * \image html DoseImageVtkMapper2Darchitecture.png
- *
* First, the image is resliced by means of vtkImageReslice. The volume image
* serves as input to the mapper in addition to spatial placement of the slice and a few other
* properties such as thick slices. This code was already present in the old version
@@ -216,8 +212,6 @@ namespace mitk {
/** \brief Generates a plane according to the size of the resliced image in milimeters.
*
- * \image html texturedPlane.png
- *
* In VTK a vtkPlaneSource is defined through three points. The origin and two
* points defining the axes of the plane (see VTK documentation). The origin is
* set to (xMin; yMin; Z), where xMin and yMin are the minimal bounds of the
diff --git a/Modules/Segmentation/Algorithms/mitkContourUtils.h b/Modules/Segmentation/Algorithms/mitkContourUtils.h
index d9add259f2a..3040e042fa3 100644
--- a/Modules/Segmentation/Algorithms/mitkContourUtils.h
+++ b/Modules/Segmentation/Algorithms/mitkContourUtils.h
@@ -36,8 +36,11 @@ namespace mitk
/**
\brief Projects a contour onto an image point by point. Converts from world to index coordinates.
+ \param slice
+ \param contourIn3D
\param correctionForIpSegmentation adds 0.5 to x and y index coordinates (difference between ipSegmentation and
MITK contours)
+ \param constrainToInside
*/
ContourModel::Pointer ProjectContourTo2DSlice(Image *slice,
Contour *contourIn3D,
diff --git a/Modules/Segmentation/Algorithms/mitkImageLiveWireContourModelFilter.h b/Modules/Segmentation/Algorithms/mitkImageLiveWireContourModelFilter.h
index e2fd65b0380..1b923b58b27 100644
--- a/Modules/Segmentation/Algorithms/mitkImageLiveWireContourModelFilter.h
+++ b/Modules/Segmentation/Algorithms/mitkImageLiveWireContourModelFilter.h
@@ -36,7 +36,7 @@ namespace mitk
\sa ShortestPathCostFunctionLiveWire
The filter is able to create dynamic cost tranfer map and thus use on the fly training.
- \Note On the fly training will only be used for next update.
+ \note On the fly training will only be used for next update.
The computation uses the last calculated segment to map cost according to features in the area of the segment.
For time resolved purposes use ImageLiveWireContourModelFilter::SetTimestep( unsigned int ) to create the LiveWire
@@ -71,7 +71,7 @@ namespace mitk
itkGetMacro(EndPoint, mitk::Point3D);
/** \brief Create dynamic cost tranfer map - use on the fly training.
- \Note On the fly training will be used for next update only.
+ \note On the fly training will be used for next update only.
The computation uses the last calculated segment to map cost according to features in the area of the segment.
*/
itkSetMacro(UseDynamicCostMap, bool);
diff --git a/Modules/Segmentation/Interactions/mitkFeedbackContourTool.h b/Modules/Segmentation/Interactions/mitkFeedbackContourTool.h
index f7525aeac67..945c4911fd5 100644
--- a/Modules/Segmentation/Interactions/mitkFeedbackContourTool.h
+++ b/Modules/Segmentation/Interactions/mitkFeedbackContourTool.h
@@ -72,8 +72,11 @@ namespace mitk
/**
\brief Projects a contour onto an image point by point. Converts from world to index coordinates.
+ \param slice
+ \param contourIn3D
\param correctionForIpSegmentation adds 0.5 to x and y index coordinates (difference between ipSegmentation and
MITK contours)
+ \param constrainToInside
*/
ContourModel::Pointer ProjectContourTo2DSlice(Image *slice,
ContourModel *contourIn3D,
@@ -83,6 +86,8 @@ namespace mitk
/**
\brief Projects a slice index coordinates of a contour back into world coordinates.
+ \param sliceGeometry
+ \param contourIn2D
\param correctionForIpSegmentation subtracts 0.5 to x and y index coordinates (difference between ipSegmentation
and MITK contours)
*/
diff --git a/Modules/SemanticRelations/include/mitkControlPointManager.h b/Modules/SemanticRelations/include/mitkControlPointManager.h
index 601ca9c945c..3e13e89dc9e 100644
--- a/Modules/SemanticRelations/include/mitkControlPointManager.h
+++ b/Modules/SemanticRelations/include/mitkControlPointManager.h
@@ -99,7 +99,7 @@ namespace mitk
* If such a control point is found, the 'FindFittingExaminationPeriod'-function with this control point as an argument is used
* to actually find the corresponding examination period.
*
- * @param datanode A data node pointer, whose date should be included in the newly generated control point.
+ * @param dataNode A data node pointer, whose date should be included in the newly generated control point.
*
* @return The examination period that contains the given data node.
*/
diff --git a/Modules/US/USFilters/mitkIGTLMessageToUSImageFilter.h b/Modules/US/USFilters/mitkIGTLMessageToUSImageFilter.h
index dfcb9c71ed7..d5419912a76 100644
--- a/Modules/US/USFilters/mitkIGTLMessageToUSImageFilter.h
+++ b/Modules/US/USFilters/mitkIGTLMessageToUSImageFilter.h
@@ -55,7 +55,7 @@ namespace mitk
/**
* \brief Copies the data from the next OIGTL message to an mitk::Image.
*
- * \param img the image to fill with the data from the OIGTL message.
+ * \param imgVector the image to fill with the data from the OIGTL message.
*/
void GetNextRawImage(std::vector& imgVector) override;
diff --git a/Plugins/org.blueberry.core.jobs/src/berryISchedulingRule.h b/Plugins/org.blueberry.core.jobs/src/berryISchedulingRule.h
index 97cd93d78e0..f3c41cd46a4 100644
--- a/Plugins/org.blueberry.core.jobs/src/berryISchedulingRule.h
+++ b/Plugins/org.blueberry.core.jobs/src/berryISchedulingRule.h
@@ -76,7 +76,7 @@ struct BERRY_JOBS ISchedulingRule: public Object
* and must return false
when compared to a rule they know
* nothing about.
*
- * @param rule the rule to check for conflicts
+ * @param myRule the rule to check for conflicts
* @return true
if the rule is conflicting, and false
* otherwise.
*/
diff --git a/Plugins/org.mitk.core.ext/src/mitkIInputDevice.h b/Plugins/org.mitk.core.ext/src/mitkIInputDevice.h
index aacf2b80936..b690331cf9d 100644
--- a/Plugins/org.mitk.core.ext/src/mitkIInputDevice.h
+++ b/Plugins/org.mitk.core.ext/src/mitkIInputDevice.h
@@ -24,7 +24,7 @@ namespace mitk
* An input device provides a method to register and unregister itself. Meaning
* for example adding listeners and instianciate classes necessary to use the input device.
*
- * @noimplement This interface is not intended to be implemented by clients.
+ * @note This interface is not intended to be implemented by clients.
* @ingroup org_mitk_core_ext
*/
struct IInputDevice : public berry::Object
diff --git a/Plugins/org.mitk.core.ext/src/mitkIInputDeviceRegistry.h b/Plugins/org.mitk.core.ext/src/mitkIInputDeviceRegistry.h
index 6606d54f905..820c1625825 100644
--- a/Plugins/org.mitk.core.ext/src/mitkIInputDeviceRegistry.h
+++ b/Plugins/org.mitk.core.ext/src/mitkIInputDeviceRegistry.h
@@ -31,7 +31,7 @@ namespace mitk
*
*
* @see mitk::IInputDeviceDescriptor
- * @noimplement This interface is not intended to be implemented by clients.
+ * @note This interface is not intended to be implemented by clients.
* @ingroup org_mitk_core_ext
*/
struct IInputDeviceRegistry
diff --git a/Utilities/mbilog/mbilogBackendCout.h b/Utilities/mbilog/mbilogBackendCout.h
index e4d290980d3..daba4f6645e 100644
--- a/Utilities/mbilog/mbilogBackendCout.h
+++ b/Utilities/mbilog/mbilogBackendCout.h
@@ -37,7 +37,7 @@ namespace mbilog
* the mbi logging mechanism and a logging message is emitted. The method formats the
* logging messages to a normal string (depending on formatting mode) and writes it to std::cout.
*
- * \param logMessage Logging message.
+ * \param l Logging message.
*/
void ProcessMessage(const mbilog::LogMessage &l) override;
diff --git a/Utilities/mbilog/mbilogTextBackendBase.h b/Utilities/mbilog/mbilogTextBackendBase.h
index be4e072b088..46a4e9bd777 100644
--- a/Utilities/mbilog/mbilogTextBackendBase.h
+++ b/Utilities/mbilog/mbilogTextBackendBase.h
@@ -40,21 +40,27 @@ namespace mbilog
protected:
/** \brief Method formats the given LogMessage in the smart/short format and writes it to std::cout.
+ * \param l
* \param threadID Can be set to the threadID where the logging message was emitted. Is 0 by default.
*/
void FormatSmart(const LogMessage &l, int threadID = 0);
/** \brief Method formats the given LogMessage in the full/long format and writes it to std::cout.
+ * \param l
* \param threadID Can be set to the threadID where the logging message was emitted. Is 0 by default.
*/
void FormatFull(const LogMessage &l, int threadID = 0);
/** \brief Method formats the given LogMessage in the smart/short format and writes it to the given std::ostream.
+ * \param out
+ * \param l
* \param threadID Can be set to the threadID where the logging message was emitted. Is 0 by default.
*/
void FormatSmart(std::ostream &out, const LogMessage &l, int threadID = 0);
/** \brief Method formats the given LogMessage in the full/long format and writes it to the given std::ostream.
+ * \param out
+ * \param l
* \param threadID Can be set to the threadID where the logging message was emitted. Is 0 by default.
*/
void FormatFull(std::ostream &out, const LogMessage &l, int threadID = 0);