Skip to content

Commit

Permalink
Updated documentation. Refs #9026.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Feb 18, 2014
1 parent e06c13d commit a24c1fd
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion Code/Mantid/Framework/ICat/inc/MantidICat/CompositeCatalog.h
Expand Up @@ -7,6 +7,31 @@ namespace Mantid
{
namespace ICat
{
/**
CompositeCatalog is responsible for storing and performing options on multiple catalogues.
@author Jay Rainey, ISIS Rutherford Appleton Laboratory
@date 18/02/2014
Copyright © 2013 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
This file is part of Mantid.
Mantid is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
Mantid is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
File change history is stored at: <https://github.com/mantidproject/mantid>.
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport CompositeCatalog : public API::ICatalog
{
public:
Expand Down Expand Up @@ -53,4 +78,4 @@ namespace Mantid
};
}
}
#endif
#endif /* MANTID_ICAT_COMPOSITECATALOG_H_ */

0 comments on commit a24c1fd

Please sign in to comment.