Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions io/io/src/TFile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
\sa \ref IO
\sa \ref rootio (or `io/doc/TFile` folder in your codebase)

<details>
<summary>ROOT file data format specification</summary>

A ROOT file is composed of a header, followed by consecutive data records
Expand Down Expand Up @@ -77,6 +78,7 @@ Begin_Macro
End_Macro

The structure of a directory is shown in TDirectoryFile::TDirectoryFile
</details>
*/

#include <ROOT/RConfig.hxx>
Expand Down