We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c108f1a commit d6adf75Copy full SHA for d6adf75
src/nwb/NWBFile.hpp
@@ -60,8 +60,9 @@ class NWBFile : public Container
60
~NWBFile();
61
62
/**
63
- * @brief Initializes the NWB file by opening and setting up the file
64
- * structure.
+ * @brief Initializes the NWB file by setting up the file structure.
+ *
65
+ * If the file is already initialized then no action will be performed.
66
*
67
* @param identifierText The identifier text for the NWBFile.
68
* @param description A description of the NWBFile session.
@@ -224,4 +225,4 @@ class NWBFile : public Container
224
225
std::unique_ptr<ElectrodeTable> m_electrodeTable;
226
};
227
-} // namespace AQNWB::NWB
228
+} // namespace AQNWB::NWB
0 commit comments