From 64f163d233cf87536faf53030b6f006bbb20ca19 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 22 Jul 2013 08:22:11 +0200 Subject: [PATCH] Fix spelling of doxygen instruction. --- Gui/DataView/DiagramView/DiagramPrefsDialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.h b/Gui/DataView/DiagramView/DiagramPrefsDialog.h index da7a8c521e8..ecd7b81c1fe 100644 --- a/Gui/DataView/DiagramView/DiagramPrefsDialog.h +++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.h @@ -83,14 +83,14 @@ private: /** * Loading data from a file * \param filename Name of the file containing the data - * return 1 if everything is okay, 0 and an error message if there were errors + * \return 1 if everything is okay, 0 and an error message if there were errors */ int loadFile(const QString &filename); /** * Setting up the QDiagramList object were the time series data will be stored * \param coords List of coordinates. - * return 1 if everything is okay, 0 and an error message if there were errors + * \return 1 if everything is okay, 0 and an error message if there were errors */ int loadList(const std::vector< std::pair<QDateTime, float> > &coords); -- GitLab