mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Add constants doc entries
This commit is contained in:
parent
3ccf6dc093
commit
952dd1de68
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
/// @file Constants.h
|
||||||
|
/// @brief Constants header namespace.
|
||||||
|
/// @author 30hours
|
||||||
|
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
|
|
||||||
|
@ -5,6 +9,7 @@
|
||||||
|
|
||||||
namespace Constants
|
namespace Constants
|
||||||
{
|
{
|
||||||
|
/// @brief Speed of light (m/s).
|
||||||
const uint32_t c = 299792458;
|
const uint32_t c = 299792458;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue