From 3f8267af7b4005b1c2d95833c3792fc6f139c8c1 Mon Sep 17 00:00:00 2001
From: Stefan Wunsch <stefan.wunsch@cern.ch>
Date: Wed, 13 Feb 2019 09:49:18 +0100
Subject: [PATCH] [PyROOT exp] Set correct doxygen description for AsRVec

---
 bindings/pyroot_experimental/PyROOT/src/RVecPyz.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/pyroot_experimental/PyROOT/src/RVecPyz.cxx b/bindings/pyroot_experimental/PyROOT/src/RVecPyz.cxx
index 22cfa514562..c10c70ed275 100644
--- a/bindings/pyroot_experimental/PyROOT/src/RVecPyz.cxx
+++ b/bindings/pyroot_experimental/PyROOT/src/RVecPyz.cxx
@@ -17,7 +17,7 @@
 #include "TInterpreter.h"
 
 ////////////////////////////////////////////////////////////////////////////
-/// \brief Get size of C++ data-type
+/// \brief Adopt memory of a Python object with array interface using an RVec
 /// \param[in] obj PyObject with array interface
 ///
 /// This function returns an RVec which adopts the memory of the given
-- 
GitLab