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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user