Skip to content

Commit

Permalink
refs #6449 Doxygen warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 16, 2013
1 parent 705a99d commit 6c9f37b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/IMDNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ class IMDNode
virtual void setFileBacked(const uint64_t /*fileLocation*/,const size_t /*fileSize*/, const bool /*markSaved*/)=0;
/** initiate the structure responsible for swapping the box on HDD if out of memory with default parameters (it does not know its place on HDD and was not saved). */
virtual void setFileBacked()=0;
/// if node was fileBacked, it should clear file-backed information
/** if node was fileBacked, the method clears file-backed information
*@param loadFileData -- if true, the data on HDD and not yet in memory are loaded into memory before deleting fileBacked information,
if false, all on HDD contents is discarded, which can break the data integrity (used by destructor) */
virtual void clearFileBacked(bool loadFileData)=0;

/**Save the box at specific disk position using the class, respoinsible for the file IO. */
Expand Down

0 comments on commit 6c9f37b

Please sign in to comment.