Fix mismatching Doxygen param names

This commit is contained in:
Oliver Hamlet
2025-05-16 23:28:00 +01:00
parent 89edcde02f
commit 5e4210b878
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -50,7 +50,7 @@ public:
* @brief Loads the masterlist from the path specified.
* @details Can be called multiple times, each time replacing the
* previously-loaded data.
* @param masterlist_path
* @param masterlistPath
* The relative or absolute path to the masterlist file that should be
* loaded.
*/
@@ -62,10 +62,10 @@ public:
specified.
* @details Can be called multiple times, each time replacing the
* previously-loaded data.
* @param masterlist_path
* @param masterlistPath
* The relative or absolute path to the masterlist file that should be
* loaded.
* @param masterlist_prelude_path
* @param masterlistPreludePath
* The relative or absolute path to the masterlist prelude file that
* should be loaded.
*/
@@ -77,7 +77,7 @@ public:
* @brief Loads the userlist from the path specified.
* @details Can be called multiple times, each time replacing the
* previously-loaded data.
* @param userlist_path
* @param userlistPath
* The relative or absolute path to the userlist file that should be
* loaded.
*/
@@ -107,7 +107,7 @@ public:
virtual void WriteMinimalList(const std::filesystem::path& outputFile,
const bool overwrite) const = 0;
/**
/**
* @brief Evaluate the given condition string.
* @param condition A condition string.
*/
+1 -1
View File
@@ -168,7 +168,7 @@ public:
* loaded, and reads the contents of each plugin. No changes are
* applied to the load order used by the game. This function does
* not load or evaluate the masterlist or userlist.
* @param pluginPaths
* @param pluginFilenames
* The plugins to sort, in their current load order. All given plugins
* must have been loaded using `LoadPlugins()`.
* @returns A vector of the given plugin filenames in their sorted load