mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix -Wdocumentation and add it to default warnings
This commit is contained in:
@@ -157,9 +157,7 @@ public:
|
||||
|
||||
/**
|
||||
*
|
||||
* @param rideType
|
||||
* @param entry The entry name to count the track list of. Leave empty to count track list for the non-separated types (e.g. Hyper-Twister, Car Ride)
|
||||
* @return
|
||||
*/
|
||||
size_t GetCountForObjectEntry(uint8 rideType, const std::string &entry) const override
|
||||
{
|
||||
@@ -217,10 +215,7 @@ public:
|
||||
|
||||
/**
|
||||
*
|
||||
* @param outRefs
|
||||
* @param rideType
|
||||
* @param entry The entry name to build a track list for. Leave empty to build track list for the non-separated types (e.g. Hyper-Twister, Car Ride)
|
||||
* @return
|
||||
*/
|
||||
std::vector<track_design_file_ref> GetItemsForObjectEntry(uint8 rideType, const std::string &entry) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user