mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: Make some variables and constants documentation comments recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
7a6b7fb1f0
commit
21bee91fa7
@@ -173,8 +173,8 @@ static void AddCustomRefreshRates()
|
||||
std::copy(monitor_rates.begin(), monitor_rates.end(), std::inserter(_refresh_rates, _refresh_rates.end()));
|
||||
}
|
||||
|
||||
static const int SCALE_NMARKS = (MAX_INTERFACE_SCALE - MIN_INTERFACE_SCALE) / 25 + 1; // Show marks at 25% increments
|
||||
static const int VOLUME_NMARKS = 9; // Show 5 values and 4 empty marks.
|
||||
static const int SCALE_NMARKS = (MAX_INTERFACE_SCALE - MIN_INTERFACE_SCALE) / 25 + 1; ///< Show marks at 25% increments.
|
||||
static const int VOLUME_NMARKS = 9; ///< Show 5 values and 4 empty marks.
|
||||
|
||||
static std::optional<std::string> ScaleMarkFunc(int, int, int value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user