From 6c115e8d022eadd10aa5ab03620a7967f327165b Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Mon, 19 Dec 2016 16:29:48 +0100
Subject: [PATCH] Help doxygen.

---
 interpreter/cling/include/cling/Utils/Paths.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interpreter/cling/include/cling/Utils/Paths.h b/interpreter/cling/include/cling/Utils/Paths.h
index ab5a5428241..c5f98141d32 100644
--- a/interpreter/cling/include/cling/Utils/Paths.h
+++ b/interpreter/cling/include/cling/Utils/Paths.h
@@ -33,7 +33,7 @@ namespace cling {
 
     ///\brief Replace all $TOKENS in a string with environent variable values.
     ///
-    /// \param [in/out] Str - String with tokens to replace (in place)
+    /// \param [in,out] Str - String with tokens to replace (in place)
     /// \param [in] Path - Check if the result is a valid filesystem path.
     ///
     /// \returns When Path is true, return whether Str was expanded to an
-- 
GitLab