diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentActor.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentActor.cpp index 84dff5ac828e..dc673e8ce45a 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentActor.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentActor.cpp @@ -156,7 +156,6 @@ InstrumentActor::~InstrumentActor() * When selecting a component in the InstrumentTreeWidget * * @param visitor - * @param rule * @return */ bool InstrumentActor::accept(GLActorVisitor& visitor, VisitorAcceptRule rule) diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp index abbf0bbe074a..2b6fbb146fa5 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp @@ -573,7 +573,7 @@ void InstrumentWindowRenderTab::setSurfaceType(int index) /** * Respond to surface change from script. - * @param index :: Index selected in the surface type combo box. + * @param typeIndex :: Index selected in the surface type combo box. */ void InstrumentWindowRenderTab::surfaceTypeChanged(int index) { diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/PanelsSurface.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/PanelsSurface.cpp index 448538a17eb9..ef673d997365 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/PanelsSurface.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/PanelsSurface.cpp @@ -278,7 +278,7 @@ void PanelsSurface::addFlatBank(ComponentID bankId, const Mantid::Kernel::V3D &n * Add a flat bank from an assembly of detectors. * @param bankId :: Component ID of the bank. * @param normal :: Normal vector to the bank's plane. - * @param detectors :: List of component IDs. Each component must cast to Detector. + * @param objCompAssemblies :: List of component IDs. Each component must cast to Detector. */ void PanelsSurface::addFlatBankOfDetectors(ComponentID bankId, const Mantid::Kernel::V3D &normal, QList detectors) { diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/ProjectionSurface.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/ProjectionSurface.cpp index 1cb76b2b1f60..5c60098a301f 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/ProjectionSurface.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/ProjectionSurface.cpp @@ -26,6 +26,8 @@ using Mantid::Kernel::V3D; /** * The constructor. * @param rootActor :: The instrument actor containning all info about the instrument + * @param origin :: Defines the origin of the projection reference system (if applicable) + * @param axis :: */ ProjectionSurface::ProjectionSurface(const InstrumentActor* rootActor): m_instrActor(rootActor), diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/RectangularDetectorActor.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/RectangularDetectorActor.cpp index 890f45e31da1..1d408bd17c16 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/RectangularDetectorActor.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/RectangularDetectorActor.cpp @@ -131,7 +131,6 @@ void RectangularDetectorActor::draw(bool picking)const * detector, and sets the visibility of the whole panel to true if so. * * @param visitor :: A visitor. - * @param rule :: A rule. * */ bool RectangularDetectorActor::accept(GLActorVisitor& visitor, VisitorAcceptRule) diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/UnwrappedSurface.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/UnwrappedSurface.cpp index 6ca32c4b8fb5..c5a7b27f0c43 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/UnwrappedSurface.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/UnwrappedSurface.cpp @@ -730,6 +730,8 @@ void UnwrappedSurface::calcUV(UnwrappedDetector& udet, Mantid::Kernel::V3D & pos /** Calculate the size of the detector in U/V * * @param udet + * @param X + * @param Y */ void UnwrappedSurface::calcSize(UnwrappedDetector& udet) { diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp b/Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp index d67b60c73506..c07505b05f31 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp @@ -408,7 +408,7 @@ void MantidDockWidget::setTreeUpdating(const bool state) /** * Clears the tree and re-populates it with the given top level items * @param topLevelItems The map of names to workspaces - * @param expanded Names of items who should expanded after being populated + * @param expandedItems Names of items who should expanded after being populated */ void MantidDockWidget::populateTopLevel(const std::map & topLevelItems, const QStringList & expanded) diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp index 160daefdc21a..8e2d85154a9f 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp @@ -2365,7 +2365,7 @@ void MantidUI::importString(const QString &logName, const QString &data) * @param logName :: the title of the table is based on this * @param data :: the string to display * @param sep :: the seperator character -* @param wsName :: the caption to appear on the table window title bar, defaults to logname if left blank +* @param caption :: the caption to appear on the table window title bar, defualts to logname if left blank */ void MantidUI::importString(const QString &logName, const QString &data, const QString &sep, const QString &wsName) { @@ -2400,7 +2400,7 @@ void MantidUI::importString(const QString &logName, const QString &data, const Q /** Displays a string in a Qtiplot table * @param logName :: the title of the table is based on this * @param data :: a formated string with the time series data to display -* @param wsName :: the caption to appear on the table window title bar, defualts to logname if left blank +* @param caption :: the caption to appear on the table window title bar, defualts to logname if left blank */ void MantidUI::importStrSeriesLog(const QString &logName, const QString &data, const QString &wsName) { @@ -2451,6 +2451,7 @@ void MantidUI::importStrSeriesLog(const QString &logName, const QString &data, c * - 1 filter by running status * - 2 filter by period * - 3 filter by status & period +* @param caption :: the caption to appear on the table window title bar, defualts to logname if left blank */ void MantidUI::importNumSeriesLog(const QString &wsName, const QString &logName, int filter) { @@ -3002,7 +3003,7 @@ void MantidUI::setUpBinGraph(MultiLayer* ml, const QString& Name, Mantid::API::M /** Plots the spectra from the given workspaces -@param ws_names :: List of ws names to plot +@param ws_name :: List of ws names to plot @param spec_list :: List of spectra indices to plot for each workspace @param errs :: If true include the errors on the graph @param style :: Curve style for plot diff --git a/Code/Mantid/MantidQt/API/src/HelpWindow.cpp b/Code/Mantid/MantidQt/API/src/HelpWindow.cpp index d698bfe1dbd5..c9f880a8fe55 100644 --- a/Code/Mantid/MantidQt/API/src/HelpWindow.cpp +++ b/Code/Mantid/MantidQt/API/src/HelpWindow.cpp @@ -27,7 +27,7 @@ const string WIKI_BASE_URL("http://mantidproject.org/"); const string WIKI_DEFAULT_URL(WIKI_BASE_URL + "MantidPlot"); /** - * Default constructor shows the @link MantidQt::API::DEFAULT_URL @endlink. + * Default constructor shows the \link MantidQt::API::DEFAULT_URL. */ HelpWindowImpl::HelpWindowImpl() : m_collectionFile(""), @@ -69,7 +69,7 @@ void HelpWindowImpl::openWebpage(const string &url) * Have the help window show a specific url. If the url doesn't exist * this just pops up the default view for the help. * - * @param url The url to open. This should start with @link MantidQt::API::BASE_URL @endlink. + * \param url The url to open. This should start with \link MantidQt::API::BASE_URL. * If it is empty show the default page. */ void HelpWindowImpl::showURL(const string &url) @@ -139,7 +139,7 @@ void HelpWindowImpl::showAlgorithm(const string &name, const int version) } /** - * Convenience method for @link HelpWindowImpl::showAlgorithm(const string &, const int) @endlink. + * Convenience method for \link HelpWindowImpl::showAlgorithm(string, int). * * @param name The name of the algorithm to show. If this is empty show * the algorithm index. diff --git a/Code/Mantid/MantidQt/API/src/InterfaceFactory.cpp b/Code/Mantid/MantidQt/API/src/InterfaceFactory.cpp index c8c2747c97be..e6034dad4d7f 100644 --- a/Code/Mantid/MantidQt/API/src/InterfaceFactory.cpp +++ b/Code/Mantid/MantidQt/API/src/InterfaceFactory.cpp @@ -46,7 +46,7 @@ UserSubWindow * UserSubWindowFactoryImpl::createUnwrapped(const std::string & na /** * Return the set of categories that the interface with the given name belongs to. * - * @param interfaceName :: The name of the interface. + * @param name :: The name of the interface. * @returns the set of category names if an interface with the given name has been registered, * else an empty set. */ diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/ConvFit.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/ConvFit.cpp index 89106c7fb6c2..120c7bfd87ec 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/ConvFit.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/ConvFit.cpp @@ -353,7 +353,7 @@ namespace IDA * +-- Lorentzian 1 (yes/no) * +-- Lorentzian 2 (yes/no) * - * @param tieCentres :: whether to tie centres of the two lorentzians. + * @param tie :: whether to tie centres of the two lorentzians. * * @returns the composite fitting function. */ diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp index c98fc01c3668..709e56dbf80f 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp @@ -136,7 +136,7 @@ namespace IDA * @param plot :: the QwtPlot object * @param curve :: the QwtPlotCurve object * @param workspace :: A pointer to the workspace to use - * @param index :: the workspace index + * @param wsIndex :: the workspace index * * @returns the resulting QwtPlotCurve object */ diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectBayesTab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectBayesTab.cpp index 70630fca78e0..5252f62ad29b 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectBayesTab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectBayesTab.cpp @@ -78,7 +78,7 @@ namespace MantidQt * a specturm index. * * @param workspace :: Pointer to the workspace - * @param wsIndex :: The spectrum index of the workspace + * @param index :: The spectrum index of the workspace */ void IndirectBayesTab::plotMiniPlot(const Mantid::API::MatrixWorkspace_const_sptr & workspace, size_t wsIndex) { @@ -131,7 +131,7 @@ namespace MantidQt * Checks the workspace's intrument for a resolution parameter to use as * a default for the energy range on the mini plot * - * @param ws :: Pointer to the workspace to use + * @param workspace :: Pointer to the workspace to use * @param res :: The retrieved values for the resolution parameter (if one was found) */ bool IndirectBayesTab::getInstrumentResolution(Mantid::API::MatrixWorkspace_const_sptr ws, std::pair& res) @@ -158,7 +158,7 @@ namespace MantidQt /** * Gets the range of the curve plotted in the mini plot * - * @return A pair containing the maximum and minimum points of the curve + * @param A pair containing the maximum and minimum points of the curve */ std::pair IndirectBayesTab::getCurveRange() { @@ -245,7 +245,7 @@ namespace MantidQt * Checks if a file is present in the ADS and if not attempts to load it. * * @param filename :: name of the file that should be loaded - * @param filepath :: path to the file + * @param errorMsg :: error message to display if the file couldn't be found. */ bool IndirectBayesTab::checkFileLoaded(const QString& filename, const QString& filepath) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectNeutron.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectNeutron.cpp index a47e86529357..2cc801381516 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectNeutron.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectNeutron.cpp @@ -237,7 +237,7 @@ namespace MantidQt * Set the instrument selected in the combobox based on * the file name of the run is possible. * - * Assumes that names have the form \_\.\ + * Assumes that names have the form _. */ void IndirectNeutron::handleFilesFound() { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/JumpFit.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/JumpFit.cpp index 39c838dd4652..6feee8811f08 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/JumpFit.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/JumpFit.cpp @@ -99,7 +99,7 @@ namespace MantidQt * Set the data selectors to use the default save directory * when browsing for input files. * - * @param settings :: current settings + * @param filename :: The name of the workspace to plot */ void JumpFit::loadSettings(const QSettings& settings) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/MantidEVWorker.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/MantidEVWorker.cpp index 7a84b8a267d9..8737344d9384 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/MantidEVWorker.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/MantidEVWorker.cpp @@ -138,15 +138,12 @@ bool MantidEVWorker::isEventWorkspace( const std::string & event_ws_name ) * @param file_name Name of the NeXus file to load * @param ev_ws_name Name of the event workspace to create * @param md_ws_name Name of the MD workspace to create - * @param minQ The smallest absolute value of any component - * of Q to include. When ConvertToMD is called, * @param maxQ The largest absolute value of any component * of Q to include. When ConvertToMD is called, * MinValues = -maxQ,-maxQ,-maxQ and * MaxValues = maxQ, maxQ, maxQ * @param do_lorentz_corr Set true to do the Lorentz correction when * converting to reciprocal space. - * @param load_data Set true to load data. * @param load_det_cal Set true to call LoadIsawDetCal after loading * the event file. * @param det_cal_file Fully qualified name of the .DetCal file. @@ -380,7 +377,6 @@ bool MantidEVWorker::findUBUsingFFT( const std::string & peaks_ws_name, * peaks workspace. * * @param peaks_ws_name The name of the peaks workspace. - * @param tolerance Tolerance for the peak finding. * * @return true if FindUBusingIndexedPeaks completed successfully. */ @@ -665,11 +661,6 @@ bool MantidEVWorker::changeHKL( const std::string & peaks_ws_name, * region. * @param integrate_edge If true, integrate peaks for which the sphere * goes off the edge of the detector. - * @param use_cylinder_integration Set true to use cylinder integration - * @param cylinder_length Set the cylinder length - * @param cylinder_percent_bkg Percentage background to use in the - * cylinder - * @param cylinder_profile_fit String to some use. * * @return true if the unweighted workspace was successfully created and * integrated using IntegratePeaksMD. diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp index 1879df04a518..c187824512f4 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp @@ -2049,7 +2049,7 @@ void MuonAnalysis::updateFrontAndCombo() /** * Updates widgets related to period algebra - * @param numPeriods Number of periods available + * @param newNumPeriods Number of periods available */ void MuonAnalysis::updatePeriodWidgets(int numPeriods) { @@ -2177,7 +2177,6 @@ QStringList MuonAnalysis::getPeriodLabels() const * plots specific WS spectrum (used by plotPair and plotGroup) * @param wsName workspace name * @param wsIndex workspace index - * @param ylogscale use log scaling on y */ void MuonAnalysis::plotSpectrum(const QString& wsName, const int wsIndex, const bool ylogscale) { @@ -3173,7 +3172,7 @@ void MuonAnalysis::getFullCode(int originalSize, QString & run) /** * Is called every time when tab gets changed * - * @param newTabNumber The index value of the current tab + * @param tabNumber The index value of the current tab */ void MuonAnalysis::changeTab(int newTabNumber) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysisOptionTab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysisOptionTab.cpp index 73aac8086f96..59031c813ef3 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysisOptionTab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysisOptionTab.cpp @@ -496,6 +496,8 @@ void MuonAnalysisOptionTab::storeCustomTimeValue() * - ShowErrors: True of False * - YAxisAuto: True or False * - YAxisMin/YAxisMax: Double values + * + * @param workspace :: The workspace name of the plot to be created. */ QMap MuonAnalysisOptionTab::parsePlotStyleParams() const { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/Quasi.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/Quasi.cpp index 21b36309a27c..9f4e381d5efa 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/Quasi.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/Quasi.cpp @@ -48,7 +48,7 @@ namespace MantidQt * Set the data selectors to use the default save directory * when browsing for input files. * - * @param settings :: current settings + * @param filename :: The name of the workspace to plot */ void Quasi::loadSettings(const QSettings& settings) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/ResNorm.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/ResNorm.cpp index 81fd95db93f1..96e775bbd984 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/ResNorm.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/ResNorm.cpp @@ -94,7 +94,7 @@ namespace MantidQt * Set the data selectors to use the default save directory * when browsing for input files. * - * @param settings :: The current settings + * @param filename :: The name of the workspace to plot */ void ResNorm::loadSettings(const QSettings& settings) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/Stretch.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/Stretch.cpp index c6e912f9784a..a93294dd37a2 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/Stretch.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/Stretch.cpp @@ -121,7 +121,7 @@ namespace MantidQt * Set the data selectors to use the default save directory * when browsing for input files. * - * @param settings :: The current settings + * @param filename :: The name of the workspace to plot */ void Stretch::loadSettings(const QSettings& settings) { diff --git a/Code/Mantid/MantidQt/MantidWidgets/src/FitPropertyBrowser.cpp b/Code/Mantid/MantidQt/MantidWidgets/src/FitPropertyBrowser.cpp index 81902bf518a7..b4d4d4892cc9 100644 --- a/Code/Mantid/MantidQt/MantidWidgets/src/FitPropertyBrowser.cpp +++ b/Code/Mantid/MantidQt/MantidWidgets/src/FitPropertyBrowser.cpp @@ -2253,7 +2253,6 @@ void FitPropertyBrowser::clearAllPlots() /** Create a double property and set some settings * @param name :: The name of the new property - * @param manager :: The property manager * @return Pointer to the created property */ QtProperty* FitPropertyBrowser::addDoubleProperty(const QString& name, QtDoublePropertyManager *manager)const diff --git a/Code/Mantid/MantidQt/MantidWidgets/src/FunctionBrowser.cpp b/Code/Mantid/MantidQt/MantidWidgets/src/FunctionBrowser.cpp index 1525e737e8f0..96720714f4ad 100644 --- a/Code/Mantid/MantidQt/MantidWidgets/src/FunctionBrowser.cpp +++ b/Code/Mantid/MantidQt/MantidWidgets/src/FunctionBrowser.cpp @@ -1264,7 +1264,6 @@ void FunctionBrowser::addFunction() /** * Return the function * @param prop :: Function property - * @param attributesOnly :: Get only attributes */ Mantid::API::IFunction_sptr FunctionBrowser::getFunction(QtProperty* prop, bool attributesOnly) { diff --git a/Code/Mantid/MantidQt/SliceViewer/src/LineViewer.cpp b/Code/Mantid/MantidQt/SliceViewer/src/LineViewer.cpp index c72ea7df7b82..3ab77e1ac0a8 100644 --- a/Code/Mantid/MantidQt/SliceViewer/src/LineViewer.cpp +++ b/Code/Mantid/MantidQt/SliceViewer/src/LineViewer.cpp @@ -947,8 +947,8 @@ int LineViewer::getPlotAxis() const /** * Helper method to get the positive min value. - * @param curveData : CurveData to look through the data of. - * @param from : Start value + * @param curveDat : CurveData to look through the data of. + * @param to : Start value * @return : Positive min value. */ double getPositiveMin(const MantidQwtWorkspaceData& curveData, const double from) diff --git a/Code/Mantid/MantidQt/SliceViewer/src/PeaksWorkspaceWidget.cpp b/Code/Mantid/MantidQt/SliceViewer/src/PeaksWorkspaceWidget.cpp index 4ae39afc1aec..e4fd5c4de86a 100644 --- a/Code/Mantid/MantidQt/SliceViewer/src/PeaksWorkspaceWidget.cpp +++ b/Code/Mantid/MantidQt/SliceViewer/src/PeaksWorkspaceWidget.cpp @@ -167,6 +167,7 @@ namespace MantidQt /** Handler to hide/show the widget on request. + @param hidden: flag indicating what to do. */ void PeaksWorkspaceWidget::onToggleHideInPlot() { diff --git a/Code/Mantid/MantidQt/SpectrumViewer/src/SpectrumView.cpp b/Code/Mantid/MantidQt/SpectrumViewer/src/SpectrumView.cpp index 48378c405fb4..4057829afe05 100644 --- a/Code/Mantid/MantidQt/SpectrumViewer/src/SpectrumView.cpp +++ b/Code/Mantid/MantidQt/SpectrumViewer/src/SpectrumView.cpp @@ -25,7 +25,7 @@ namespace SpectrumView * parts of the SpectrumView are constructed here and are deleted when the * SpectrumView destructor is called. * - * @param parent :: The parent widget. + * @param data_source The source of the data that will be displayed. */ SpectrumView::SpectrumView(QWidget *parent) : QMainWindow(parent, 0),