1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 18:32:35 +01:00

Codefix: some incorrect doxygen comments (#15019)

This commit is contained in:
Loïc Guilloux
2026-01-02 22:53:34 +01:00
committed by GitHub
parent fdf75775d9
commit 7d32bf24d5
5 changed files with 11 additions and 11 deletions

View File

@@ -124,7 +124,7 @@
/* Define all types here, so they are added to the API docs. */
using BridgeType = uint32_t; ///< The ID of a bridge type.
using CargoType = uint8_t; ///< The ID of a cargo type.
using ClientID = uint32_t; //< The ID of a (network) client.
using ClientID = uint32_t; ///< The ID of a (network) client.
using CompanyID = uint8_t; ///< The ID of a company.
using EngineID = uint16_t; ///< The ID of an engine.
using GoalID = uint16_t; ///< The ID of a goal.