Skip to content

Commit

Permalink
Convert FormatVersion comment to doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Aug 5, 2023
1 parent 848b8ed commit e769a21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pck/PckFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ class PckFile {
std::optional<std::fstream> File;
std::optional<std::ifstream> DataReader;

// PCK Format version number
// 0 = Godot 1.x, 2.x
// 1 = Godot 3.x
// 2 = Godot 4.x
//! \brief PCK Format version number
//!
//! 0 = Godot 1.x, 2.x
//! 1 = Godot 3.x
//! 2 = Godot 4.x
uint32_t FormatVersion = 1;

// Loaded version info from a pack
Expand Down

0 comments on commit e769a21

Please sign in to comment.