From ae5965da57048b1ae2514c5373804db2b8d763b8 Mon Sep 17 00:00:00 2001
From: Steve Williams <stephen.williams@stfc.ac.uk>
Date: Mon, 14 Feb 2011 18:20:46 +0000
Subject: [PATCH] Fix DOxyGen errors re #2357

---
 Code/Mantid/Framework/API/inc/MantidAPI/Run.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Code/Mantid/Framework/API/inc/MantidAPI/Run.h b/Code/Mantid/Framework/API/inc/MantidAPI/Run.h
index 74e4494feb8..467826fb7ed 100644
--- a/Code/Mantid/Framework/API/inc/MantidAPI/Run.h
+++ b/Code/Mantid/Framework/API/inc/MantidAPI/Run.h
@@ -128,7 +128,9 @@ namespace Mantid
       //@}
 
     private:
+      /// The number of properties that are summed when two workspaces are summed
       static const int ADDABLES;
+      /// The names of the properties to summ when two workspaces are summed
       static const std::string ADDABLE[];
 
       /// A pointer to a property manager
-- 
GitLab