1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +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

@@ -441,7 +441,7 @@ private:
/**
* @param stream The stream to read the park data from.
* @param pathHint Hint path, the extension is grabbed to determine what importer to use.
* @param hintPath Hint path, the extension is grabbed to determine what importer to use.
*/
bool LoadParkFromStream(IStream * stream, const std::string &hintPath)
{