Skip to content

Commit d6adf75

Browse files
authored
Update NWBFile.hpp
1 parent c108f1a commit d6adf75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/nwb/NWBFile.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ class NWBFile : public Container
6060
~NWBFile();
6161

6262
/**
63-
* @brief Initializes the NWB file by opening and setting up the file
64-
* structure.
63+
* @brief Initializes the NWB file by setting up the file structure.
64+
*
65+
* If the file is already initialized then no action will be performed.
6566
*
6667
* @param identifierText The identifier text for the NWBFile.
6768
* @param description A description of the NWBFile session.
@@ -224,4 +225,4 @@ class NWBFile : public Container
224225
std::unique_ptr<ElectrodeTable> m_electrodeTable;
225226
};
226227

227-
} // namespace AQNWB::NWB
228+
} // namespace AQNWB::NWB

0 commit comments

Comments
 (0)