mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Convert leading triple-slash (///) comments to JavaDoc-style
(/** @brief */) documentation blocks across game, deck list, and
card library modules.
- Leading /// comments → /** @brief ... */
- Enum value comments → ///<
- Trailing ///< member comments are unchanged
|
||
|---|---|---|
| .. | ||
| database | ||
| format | ||
| import | ||
| printing | ||
| relation | ||
| set | ||
| card_info.cpp | ||
| card_info.h | ||
| card_info_comparator.cpp | ||
| card_info_comparator.h | ||
| game_specific_terms.h | ||