From e769a218af46e21b6ab1f2cef2596bc855657339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henri=20Hyyryl=C3=A4inen?= Date: Sat, 5 Aug 2023 11:30:02 +0300 Subject: [PATCH] Convert FormatVersion comment to doxygen --- src/pck/PckFile.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pck/PckFile.h b/src/pck/PckFile.h index d34ce45..9ea71c9 100644 --- a/src/pck/PckFile.h +++ b/src/pck/PckFile.h @@ -103,10 +103,11 @@ class PckFile { std::optional File; std::optional 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