1
0
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:
Michał Janiszewski
2018-06-06 22:36:04 +02:00
parent c4a84d17e7
commit 1d28826b79
18 changed files with 30 additions and 76 deletions

View File

@@ -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
{