summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-01 22:05:32 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:29 +0200
commitac550e242be6e747f9420b705a33407652010b6c (patch)
treef84141a889d3b6f8de25c7e83b56c4b59ed3f44d /src
parent4a87bb4e1d71d61cb3d359c680f74ea165a118ec (diff)
Fix wrong documentation
Diffstat (limited to 'src')
-rw-r--r--src/plugins/filesystem/SpecialPaths.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/filesystem/SpecialPaths.hpp b/src/plugins/filesystem/SpecialPaths.hpp
index 84524fe..cd2ca60 100644
--- a/src/plugins/filesystem/SpecialPaths.hpp
+++ b/src/plugins/filesystem/SpecialPaths.hpp
@@ -72,8 +72,8 @@ public:
* Returns the path to the test data when running a debug build with enabled
* tests.
*
- * @return path to the test data when running a debug build, Returns an
- * empty string otherwise.
+ * @return path to the test data when running a debug build. Returns
+ * "./testdata" otherwise.
*/
static std::string getDebugTestdataDir();
};