From bf025720ec08faa31e911ab549658d903d70cb29 Mon Sep 17 00:00:00 2001 From: bdieterm <119257544+bdieterm@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:03:45 +0200 Subject: [PATCH] fix function name in doxygen annotation --- src/App/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 615e4e3f54..151a379ae0 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -3148,7 +3148,7 @@ std::tuple getCustomPaths() } /*! - * \brief getCustomPaths + * \brief getStandardPaths * Returns a tuple of XDG-compliant standard paths names where to store config, data and cached files. * The method therefore reads the environment variables: * \list