Codechange: Make some variables and constants documentation comments recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 7a6b7fb1f0
commit 21bee91fa7
71 changed files with 263 additions and 204 deletions
+1 -1
View File
@@ -2121,7 +2121,7 @@ static bool ClickTile_Road(TileIndex tile)
return true;
}
/* Converts RoadBits to TrackBits */
/** Converts %RoadBits to %TrackBits. */
static const TrackBits _road_trackbits[16] = {
TRACK_BIT_NONE, // ROAD_NONE
TRACK_BIT_NONE, // ROAD_NW