# HG changeset patch # User Teemu Piippo # Date 1656508904 -10800 # Node ID daa8770b9d26d02e5de069c8c2611cde7c42350c # Parent 4771720fe25853c26137cf6e0956930832c4ba83 add comments in colors.h diff -r 4771720fe258 -r daa8770b9d26 src/colors.h --- a/src/colors.h Wed Jun 29 16:19:05 2022 +0300 +++ b/src/colors.h Wed Jun 29 16:21:44 2022 +0300 @@ -46,8 +46,11 @@ }; Q_DECLARE_METATYPE(ColorIndex) -static constexpr ColorIndex MAIN_COLOR {16}; -static constexpr ColorIndex EDGE_COLOR {24}; + +//! \brief LDraw main color (16) +constexpr ColorIndex MAIN_COLOR{16}; +//! \brief LDraw edge color (24) +constexpr ColorIndex EDGE_COLOR{24}; /** * @brief Contains the information about a specific color