From ac550e242be6e747f9420b705a33407652010b6c Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 1 Apr 2015 22:05:32 +0200 Subject: Fix wrong documentation --- src/plugins/filesystem/SpecialPaths.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(); }; -- cgit v1.2.3