From 396bf33462cf5f6d88e9b8b53e94bc9a0d7925da Mon Sep 17 00:00:00 2001
From: Vassil Vassilev <vvasilev@cern.ch>
Date: Thu, 13 Mar 2014 13:05:41 +0100
Subject: [PATCH] Doxygen warning

---
 interpreter/cling/lib/Interpreter/ASTNodeEraser.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interpreter/cling/lib/Interpreter/ASTNodeEraser.cpp b/interpreter/cling/lib/Interpreter/ASTNodeEraser.cpp
index 6201f5f5ad2..39e2055a67f 100644
--- a/interpreter/cling/lib/Interpreter/ASTNodeEraser.cpp
+++ b/interpreter/cling/lib/Interpreter/ASTNodeEraser.cpp
@@ -50,7 +50,7 @@ namespace cling {
 
     ///\brief Erases the given global value and all unused leftovers
     ///
-    ///\param[GV] - The removal starting point.
+    ///\param[in] GV - The removal starting point.
     ///
     ///\returns true if something was erased.
     ///
-- 
GitLab