From 952dd1de685f188bfe6bc5f9fe7c0a72a4b0629f Mon Sep 17 00:00:00 2001 From: 30hours Date: Sat, 20 Jan 2024 12:45:08 +0000 Subject: [PATCH] Add constants doc entries --- src/data/meta/Constants.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/meta/Constants.h b/src/data/meta/Constants.h index 8a736dd..8a1c7d7 100644 --- a/src/data/meta/Constants.h +++ b/src/data/meta/Constants.h @@ -1,3 +1,7 @@ +/// @file Constants.h +/// @brief Constants header namespace. +/// @author 30hours + #ifndef CONSTANTS_H #define CONSTANTS_H @@ -5,6 +9,7 @@ namespace Constants { + /// @brief Speed of light (m/s). const uint32_t c = 299792458; }