diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-01 22:05:32 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:29 +0200 |
commit | ac550e242be6e747f9420b705a33407652010b6c (patch) | |
tree | f84141a889d3b6f8de25c7e83b56c4b59ed3f44d /src | |
parent | 4a87bb4e1d71d61cb3d359c680f74ea165a118ec (diff) |
Fix wrong documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/filesystem/SpecialPaths.hpp | 4 |
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(); }; |