Fix documentation for workingCopyPath()

This commit is contained in:
Martchus 2018-10-07 21:43:34 +02:00
parent 17fc55a2c6
commit 366f722904
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ inline CPP_UTILITIES_EXPORT std::string workingCopyPath(const std::string &name)
/*!
* \brief Convenience function which returns the full path to a working copy of the test file with the specified \a name.
* \remarks A TestApplication must be present.
* \sa TestApplication::workingCopyPathEx()
* \sa TestApplication::workingCopyPathMode()
*/
inline CPP_UTILITIES_EXPORT std::string workingCopyPathMode(const std::string &name, WorkingCopyMode mode)
{