From 2da88233fce560e2947ae1fa58eeb5e12fde3c86 Mon Sep 17 00:00:00 2001
From: Owen Arnold <owen.arnold@stfc.ac.uk>
Date: Thu, 11 Jun 2015 08:37:28 +0100
Subject: [PATCH] refs #11872. Fix doxygen warnings.

---
 .../inc/MantidQtSliceViewer/PeakOverlayMultiSphere.h           | 3 +++
 .../Mantid/MantidQt/SliceViewer/src/PeakOverlayMultiSphere.cpp | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphere.h b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphere.h
index db257219c05..23d16295229 100644
--- a/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphere.h
+++ b/Code/Mantid/MantidQt/SliceViewer/inc/MantidQtSliceViewer/PeakOverlayMultiSphere.h
@@ -5,6 +5,9 @@
 #include "MantidQtSliceViewer/PhysicalSphericalPeak.h"
 #include "DllOption.h"
 
+class QwtPlot;
+class QWidget;
+
 namespace MantidQt
 {
 
diff --git a/Code/Mantid/MantidQt/SliceViewer/src/PeakOverlayMultiSphere.cpp b/Code/Mantid/MantidQt/SliceViewer/src/PeakOverlayMultiSphere.cpp
index e6e20cbf711..1d907e732f6 100644
--- a/Code/Mantid/MantidQt/SliceViewer/src/PeakOverlayMultiSphere.cpp
+++ b/Code/Mantid/MantidQt/SliceViewer/src/PeakOverlayMultiSphere.cpp
@@ -28,12 +28,11 @@ namespace MantidQt
      * @param peakColour : peak colour
      * @param backColour : background colour
      */
-    PeakOverlayMultiSphere::PeakOverlayMultiSphere(PeaksPresenter* const presenter, QwtPlot * plot, QWidget * parent, const VecPhysicalSphericalPeak& vecPhysicalPeaks, /// Plot x index
+    PeakOverlayMultiSphere::PeakOverlayMultiSphere(PeaksPresenter* const presenter, QwtPlot * plot, QWidget * parent, const VecPhysicalSphericalPeak& vecPhysicalPeaks,
                                                    const int plotXIndex, const int plotYIndex, const QColor& peakColour, const QColor& backColour) :
         PeakOverlayInteractive(presenter, plot, plotXIndex, plotYIndex, parent), m_physicalPeaks(vecPhysicalPeaks),
         m_peakColour(peakColour), m_backColour(backColour), m_showBackground(false)
     {
-
     }
 
     //----------------------------------------------------------------------------------------------
-- 
GitLab