mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: Make documentation comments for some types recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
21bee91fa7
commit
5943382cf5
+1
-1
@@ -261,7 +261,7 @@ typedef GUIList<const Station*, const CargoTypes &> GUIStationList;
|
||||
class CompanyStationsWindow : public Window
|
||||
{
|
||||
protected:
|
||||
/* Runtime saved values */
|
||||
/** Runtime saved values. */
|
||||
struct FilterState {
|
||||
Listing last_sorting;
|
||||
StationFacilities facilities; ///< types of stations of interest
|
||||
|
||||
Reference in New Issue
Block a user