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
+1
-1
@@ -192,7 +192,7 @@ void BuildGuiGroupList(GUIGroupList &list, bool fold, Owner owner, VehicleType v
|
||||
}
|
||||
}
|
||||
|
||||
/* Columns in the group list */
|
||||
/** Columns in the group list. */
|
||||
enum VehicleGroupColumns : uint8_t {
|
||||
VGC_FOLD, ///< Fold / Unfold button.
|
||||
VGC_NAME, ///< Group name.
|
||||
|
||||
Reference in New Issue
Block a user