Codechange: Make documentation comments for some enums and their members recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 5943382cf5
commit 3c8d7df657
13 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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.