We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fde3c commit bcbbad6Copy full SHA for bcbbad6
source/restcore/src/TRestRun.cxx
@@ -1405,7 +1405,7 @@ std::vector<std::string> TRestRun::GetMetadataStructureTitles() {
1405
/// \brief It will replace the data members contained inside the string given as input. The data members in
1406
/// the input string should be written using the following format <<MetadataClass::fDataMember>>.
1407
///
1408
-/// \return TRestEvent The string with data members replaced
+/// \return The string with data members replaced
1409
string TRestRun::ReplaceMetadataMembers(const string instr) {
1410
string outstring = instr;
1411
0 commit comments