mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: Make documentation comments for some enums and their members recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
5943382cf5
commit
3c8d7df657
@@ -92,7 +92,7 @@ static int MapOldSubType(const Vehicle *v)
|
||||
}
|
||||
|
||||
|
||||
/* TTDP style aircraft movement states for GRF Action 2 Var 0xE2 */
|
||||
/** TTDP style aircraft movement states for GRF Action 2 Var 0xE2. */
|
||||
enum TTDPAircraftMovementStates : uint8_t {
|
||||
AMS_TTDP_HANGAR,
|
||||
AMS_TTDP_TO_HANGAR,
|
||||
@@ -230,7 +230,7 @@ static uint8_t MapAircraftMovementState(const Aircraft *v)
|
||||
}
|
||||
|
||||
|
||||
/* TTDP style aircraft movement action for GRF Action 2 Var 0xE6 */
|
||||
/** TTDP style aircraft movement action for GRF Action 2 Var 0xE6. */
|
||||
enum TTDPAircraftMovementActions : uint8_t {
|
||||
AMA_TTDP_IN_HANGAR,
|
||||
AMA_TTDP_ON_PAD1,
|
||||
|
||||
Reference in New Issue
Block a user