Database: Silence -Wdocumentation warnings

Amends two Doxygen parameter references.
This commit is contained in:
Lioncash 2019-08-19 23:22:00 -04:00
parent 7635b9c6c1
commit 9b735a853c
1 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ public:
/** /**
* @brief Get the path of project's cooked directory for a specific DataSpec * @brief Get the path of project's cooked directory for a specific DataSpec
* @param DataSpec to retrieve path for * @param spec DataSpec to retrieve path for
* @return project cooked path * @return project cooked path
* *
* The cooked path matches the directory layout of the working directory * The cooked path matches the directory layout of the working directory
@ -304,7 +304,7 @@ public:
/** /**
* @brief Add given file(s) to the database * @brief Add given file(s) to the database
* @param path file or pattern within project * @param paths files or patterns within project
* @return true on success * @return true on success
* *
* This method blocks while object hashing takes place * This method blocks while object hashing takes place