Codechange: Make documentation comments for some types recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-20 19:48:15 +01:00
committed by rubidium42
parent 21bee91fa7
commit 5943382cf5
20 changed files with 32 additions and 34 deletions
+4 -2
View File
@@ -114,8 +114,10 @@ static const SaveLoad _date_check_desc[] = {
SLEG_CONDVAR("date", _load_check_data.current_date, SLE_INT32, SLV_31, SL_MAX_VERSION),
};
/* Save load date related variables as well as persistent tick counters
* XXX: currently some unrelated stuff is just put here */
/**
* Save load date related variables as well as persistent tick counters.
* @note currently some unrelated stuff is just put here.
*/
struct DATEChunkHandler : ChunkHandler {
DATEChunkHandler() : ChunkHandler('DATE', CH_TABLE) {}